diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 98717e8..466ea45 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -202,8 +202,6 @@ input { kb_options = kb_rules = follow_mouse = 1 - repeat_rate = 100 - repeat_delay = 300 sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification. accel_profile = flat @@ -308,6 +306,9 @@ bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous +# show qs wallswitcher +bind = $mainMod, w, global, quickshell:showWallSwitcher + ############################## ### WINDOWS AND WORKSPACES ### ############################## @@ -325,3 +326,4 @@ windowrule = suppressevent maximize, class:.* windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 layerrule = blur, quickshell layerrule = ignorealpha 0, quickshell +windowrule = float,title:^(qs-wallswitcher)$ diff --git a/quickshell b/quickshell index 5b3d051..83bba71 160000 --- a/quickshell +++ b/quickshell @@ -1 +1 @@ -Subproject commit 5b3d05168a5e4a81be6bedf1973697afe396a117 +Subproject commit 83bba71ae2ebe48c0d31ad35d46aa37d2d344947