diff options
Diffstat (limited to 'default_sxwmrc')
| -rw-r--r-- | default_sxwmrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/default_sxwmrc b/default_sxwmrc index 541afab..e3c29b8 100644 --- a/default_sxwmrc +++ b/default_sxwmrc @@ -14,6 +14,9 @@ motion_throttle : 60 # Set to screen refresh rate for smoothest motions should_float : "pcmanfm" new_win_focus : true warp_cursor : true +can_swallow : "st" +can_be_swallowed : "mpv" +new_win_master : false # Keybinds: # Commands must be surrounded with "" @@ -28,6 +31,7 @@ bind : mod + p : "dmenu_run" # Window Management: call : mod + shift + q : close_window +call : mod + c : centre_window call : mod + shift + e : quit # Focus Movement: @@ -66,6 +70,22 @@ call : mod + shift + f : fullscreen # Reload Config call : mod + r : reload_config +# Scratchpads +scratchpad : mod + alt + 1 : create 1 +scratchpad : mod + alt + 2 : create 2 +scratchpad : mod + alt + 3 : create 3 +scratchpad : mod + alt + 4 : create 4 + +scratchpad : mod + ctrl + 1 : toggle 1 +scratchpad : mod + ctrl + 2 : toggle 2 +scratchpad : mod + ctrl + 3 : toggle 3 +scratchpad : mod + ctrl + 4 : toggle 4 + +scratchpad : mod + alt + shift + 1 : remove 1 +scratchpad : mod + alt + shift + 2 : remove 2 +scratchpad : mod + alt + shift + 3 : remove 3 +scratchpad : mod + alt + shift + 4 : remove 4 + # Workspaces (1-9) workspace : mod + 1 : move 1 workspace : mod + shift + 1 : swap 1 |
