Lots of uncommitted changes
This commit is contained in:
parent
daace49bfc
commit
497ca48ada
27 changed files with 909 additions and 134 deletions
|
@ -107,7 +107,9 @@ layerrule = noanim, termspawner
|
|||
layerrule = animation fade, shell:background
|
||||
|
||||
layerrule = blur, shell:bar
|
||||
layerrule = blurpopups, shell:bar
|
||||
layerrule = ignorezero, shell:bar
|
||||
layerrule = noanim, shell:bar
|
||||
|
||||
layerrule = noanim, shell:screenshot
|
||||
|
||||
|
@ -138,9 +140,8 @@ bind = $mod+SHIFT, return, exec, alacritty --class AlacrittyFloating
|
|||
bind = $mod, grave, exec, $launcher
|
||||
bind = $mod+SHIFT, q, hy3:killactive
|
||||
|
||||
bind = $mod+SHIFT, s, exec, echo "screenshot" | nc -w 0 -U /run/user/1000/quickshell.sock
|
||||
bind = $mod, c, exec, echo "termselect:start" | nc -w 0 -U /run/user/1000/quickshell.sock
|
||||
bindr = $mod, c, exec, echo "termselect:stop" | nc -w 0 -U /run/user/1000/quickshell.sock
|
||||
bind = $mod+SHIFT, s, global, shell:screenshot
|
||||
bind = $mod, c, global, shell:termselect
|
||||
bind = $mod, PERIOD, exec, quickshell -c lockscreen
|
||||
|
||||
bind = $mod, f, fullscreen, 1
|
||||
|
@ -161,6 +162,7 @@ bindm = $mod, mouse:273, resizewindow
|
|||
bindn = , mouse:272, hy3:focustab, mouse
|
||||
bindn = , mouse_down, hy3:focustab, l, require_hovered
|
||||
bindn = , mouse_up, hy3:focustab, r, require_hovered
|
||||
bind = $mod, q, hy3:warpcursor
|
||||
|
||||
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = ,XF86AudioStop, exec, playerctl -a stop
|
||||
|
@ -176,14 +178,14 @@ bind = $mod, down, hy3:movefocus, d
|
|||
bind = $mod, up, hy3:movefocus, u
|
||||
bind = $mod, right, hy3:movefocus, r
|
||||
|
||||
bind = $mod+CONTROL, h, hy3:movefocus, l, visible
|
||||
bind = $mod+CONTROL, j, hy3:movefocus, d, visible
|
||||
bind = $mod+CONTROL, k, hy3:movefocus, u, visible
|
||||
bind = $mod+CONTROL, l, hy3:movefocus, r, visible
|
||||
bind = $mod+CONTROL, left, hy3:movefocus, l, visible
|
||||
bind = $mod+CONTROL, down, hy3:movefocus, d, visible
|
||||
bind = $mod+CONTROL, up, hy3:movefocus, u, visible
|
||||
bind = $mod+CONTROL, right, hy3:movefocus, r, visible
|
||||
bind = $mod+CONTROL, h, hy3:movefocus, l, visible, nowarp
|
||||
bind = $mod+CONTROL, j, hy3:movefocus, d, visible, nowarp
|
||||
bind = $mod+CONTROL, k, hy3:movefocus, u, visible, nowarp
|
||||
bind = $mod+CONTROL, l, hy3:movefocus, r, visible, nowarp
|
||||
bind = $mod+CONTROL, left, hy3:movefocus, l, visible, nowarp
|
||||
bind = $mod+CONTROL, down, hy3:movefocus, d, visible, nowarp
|
||||
bind = $mod+CONTROL, up, hy3:movefocus, u, visible, nowarp
|
||||
bind = $mod+CONTROL, right, hy3:movefocus, r, visible, nowarp
|
||||
|
||||
bind = $mod+SHIFT, h, hy3:movewindow, l, once
|
||||
bind = $mod+SHIFT, j, hy3:movewindow, d, once
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue