change hyprland config to contain wallswitcher bind and implement wallswitcher
This commit is contained in:
parent
dcb2de70cc
commit
7e9491ac63
@ -202,8 +202,6 @@ input {
|
|||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
repeat_rate = 100
|
|
||||||
repeat_delay = 300
|
|
||||||
|
|
||||||
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
@ -308,6 +306,9 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
|
|||||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
|
# show qs wallswitcher
|
||||||
|
bind = $mainMod, w, global, quickshell:showWallSwitcher
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
##############################
|
##############################
|
||||||
@ -325,3 +326,4 @@ windowrule = suppressevent maximize, class:.*
|
|||||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
layerrule = blur, quickshell
|
layerrule = blur, quickshell
|
||||||
layerrule = ignorealpha 0, quickshell
|
layerrule = ignorealpha 0, quickshell
|
||||||
|
windowrule = float,title:^(qs-wallswitcher)$
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 5b3d05168a5e4a81be6bedf1973697afe396a117
|
Subproject commit 83bba71ae2ebe48c0d31ad35d46aa37d2d344947
|
||||||
Loading…
x
Reference in New Issue
Block a user