fixing hyprland cylcing
This commit is contained in:
parent
6aa8643a16
commit
6eb2c66ede
|
@ -154,12 +154,12 @@
|
||||||
|
|
||||||
bind = SUPER,h,movefocus,l
|
bind = SUPER,h,movefocus,l
|
||||||
bind = SUPER,l,movefocus,r
|
bind = SUPER,l,movefocus,r
|
||||||
bind = SUPER,k,cyclenext,prev
|
bind = SUPER,k,layoutmsg,cycleprev
|
||||||
bind = SUPER,j,cyclenext
|
bind = SUPER,j,layoutmsg,cyclenext
|
||||||
bind = SUPERSHIFT,h,movewindow,l
|
bind = SUPERSHIFT,h,movewindow,l
|
||||||
bind = SUPERSHIFT,l,movewindow,r
|
bind = SUPERSHIFT,l,movewindow,r
|
||||||
bind = SUPERSHIFT,k,movewindow,u
|
bind = SUPERSHIFT,k,layoutmsg,swapprev
|
||||||
bind = SUPERSHIFT,j,movewindow,d
|
bind = SUPERSHIFT,j,layoutmsg,swapnext
|
||||||
bind = SUPERCTRL,l,splitratio,+0.05
|
bind = SUPERCTRL,l,splitratio,+0.05
|
||||||
bind = SUPERCTRL,h,splitratio,-0.05
|
bind = SUPERCTRL,h,splitratio,-0.05
|
||||||
bind = SUPERCTRL,c,centerwindow
|
bind = SUPERCTRL,c,centerwindow
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||||
exec-once = dbus-update-activation-environment --systemd --all
|
exec-once = dbus-update-activation-environment --systemd --all
|
||||||
exec-once = jellyfin-mpv-shim
|
exec-once = jellyfin-mpv-shim
|
||||||
exec-once = hyprctl setcursor phinger-cursors-light
|
exec-once = hyprctl setcursor phinger-cursors-light 24
|
||||||
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue