fs config
This commit is contained in:
@@ -212,9 +212,11 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
# Screenshot to clipboard
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
# Toggle fullscreen
|
||||
bind = $mainMod, F, fullscreen 0
|
||||
bind = $mainMod SHIFT, F, fullscreen 1
|
||||
bind = $mainMod SHIFT, f, fullscreen
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
@@ -252,7 +254,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
# windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
Reference in New Issue
Block a user