summaryrefslogtreecommitdiff
path: root/default_sxwmrc
diff options
context:
space:
mode:
Diffstat (limited to 'default_sxwmrc')
-rw-r--r--default_sxwmrc24
1 files changed, 22 insertions, 2 deletions
diff --git a/default_sxwmrc b/default_sxwmrc
index c0cb057..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:
@@ -39,8 +43,8 @@ call : mod + comma : focus_prev_mon
call : mod + period : focus_next_mon
# Move Window Between Monitors:
-call : mod + shift + comma : swap_prev_mon
-call : mod + shift + period : swap_next_mon
+call : mod + shift + comma : move_prev_mon
+call : mod + shift + period : move_next_mon
# Master/Stack Movement
call : mod + shift + j : master_next
@@ -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