hypr changes
This commit is contained in:
parent
3cc08d126c
commit
f2d78c7fdd
8 changed files with 57 additions and 26 deletions
|
@ -13,7 +13,7 @@ input {
|
|||
# kb_rules=
|
||||
repeat_rate=140
|
||||
repeat_delay=180
|
||||
natural_scroll=1
|
||||
natural_scroll=0
|
||||
sensitivity=0.85
|
||||
|
||||
follow_mouse=0
|
||||
|
@ -46,7 +46,7 @@ gestures {
|
|||
decoration {
|
||||
rounding=18
|
||||
active_opacity=0.95
|
||||
inactive_opacity=0.75
|
||||
inactive_opacity=0.85
|
||||
fullscreen_opacity=1.0
|
||||
blur=true
|
||||
blur_new_optimizations=true
|
||||
|
@ -59,15 +59,17 @@ decoration {
|
|||
shadow_range=30
|
||||
shadow_render_power=2
|
||||
dim_inactive=true
|
||||
dim_strength=0.3
|
||||
dim_strength=0.2
|
||||
}
|
||||
|
||||
bezier=snapslide,0.07,0.66,0.04,1.02
|
||||
|
||||
animations {
|
||||
enabled=1
|
||||
animation=windows,1,4,default
|
||||
animation=windows,1,2,snapslide
|
||||
# animation=borders,1,10,default
|
||||
animation=fadeIn,1,10,default
|
||||
animation=workspaces,1,6,default
|
||||
animation=fadeIn,1,2,snapslide
|
||||
animation=workspaces,1,2,snapslide
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
@ -88,6 +90,11 @@ master {
|
|||
#windowrule=float,abc
|
||||
#windowrule=pseudo,abc
|
||||
windowrule=opaque,firefox
|
||||
windowrule=float,dolphin
|
||||
windowrule=float,mpv
|
||||
windowrule=size 90% 76%,mpv
|
||||
windowrule=center,mpv
|
||||
windowrule=float,pulsemixer
|
||||
|
||||
# example binds
|
||||
bind=SUPER,RETURN,exec,alacritty
|
||||
|
@ -98,6 +105,7 @@ bind=SUPERSHIFT,F,togglefloating,
|
|||
bindr=SUPER,Super_L,exec,/home/chris/bin/launcher.sh
|
||||
bind=SUPER,E,exec,/home/chris/bin/emacslof
|
||||
bind=SUPER,B,exec,/home/chris/bin/fflof
|
||||
bind=SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
|
||||
|
||||
bind=SUPER,P,pseudo,
|
||||
bind=SUPER,M,fullscreen,1
|
||||
|
@ -111,8 +119,8 @@ bind=SUPERSHIFT,h,movewindow,l
|
|||
bind=SUPERSHIFT,l,movewindow,r
|
||||
bind=SUPERSHIFT,k,movewindow,u
|
||||
bind=SUPERSHIFT,j,movewindow,d
|
||||
bind=SUPERCTRL,l,splitratio,+0.1
|
||||
bind=SUPERCTRL,h,splitratio,-0.1
|
||||
bind=SUPERCTRL,l,splitratio,+0.05
|
||||
bind=SUPERCTRL,h,splitratio,-0.05
|
||||
|
||||
bind=SUPER,1,workspace,1
|
||||
bind=SUPER,2,workspace,2
|
||||
|
@ -141,5 +149,15 @@ bind=ALT,0,movetoworkspace,10
|
|||
|
||||
bind=SUPER,O,movetoworkspace,next
|
||||
|
||||
binde=, XF86AudioRaiseVolume, exec, pamixer -i 5
|
||||
binde=, XF86AudioLowerVolume, exec, pamixer -d 5
|
||||
binde=, XF86AudioMute, exec, pamixer -t
|
||||
|
||||
binde=, XF86MonBrightnessUp, exec, brightnessctl s +10%
|
||||
binde=, XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
||||
|
||||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
exec-once=/home/chris/bin/startup.sh
|
||||
exec-once=hyprpaper
|
Loading…
Add table
Add a link
Reference in a new issue