# Colour Themes:
focused_border_colour : #c4a000
unfocused_border_colour : #444444
swap_border_colour : #fff4c0
# General Options:
gaps : 0
border_width : 2
master_width : 60 # Percentage of screen width
resize_master_amount : 1
resize_stack_amt : 20
snap_distance : 5
motion_throttle : 60 # Set to screen refresh rate for smoothest motions
should_float : "feh"
new_win_focus : true
warp_cursor : false
can_swallow : ""
can_be_swallowed : ""
new_win_master : false
start_fullscreen : "vlc"
exec : "sxbar"
# Keybinds:
# Commands must be surrounded with ""
# Function calls don't need this
mod_key : super
# Application Launchers:
bind : mod + Return : "urxvt"
bind : mod + b : "firefox"
bind : mod + p : "dmenu_run"
# Window Management:
call : mod + shift + c : close_window
call : mod + c : centre_window
call : mod + shift + q : quit
# Focus Movement:
call : mod + j : focus_next
call : mod + up : focus_next
call : mod + k : focus_prev
call : mod + down : focus_prev
# Monitor Focus:
call : mod + comma : focus_prev_mon
call : mod + period : focus_next_mon
# Move Window Between Monitors:
call : mod + shift + comma : move_prev_mon
call : mod + shift + period : move_next_mon
# Master/Stack Movement
call : mod + shift + j : master_next
call : mod + shift + Return : master_next
call : mod + shift + k : master_prev
# Master Area Resize
call : mod + l : master_increase
call : mod + h : master_decrease
# Stack Window Resize
call : mod + ctrl + l : stack_increase
call : mod + ctrl + h : stack_decrease
# Gaps
call : mod + equal : increase_gaps
call : mod + minus : decrease_gaps
# Floating/Fullscreen
call : mod + space : toggle_floating
call : mod + shift + space : global_floating
call : mod + shift + f : fullscreen
# Reload Config
call : mod + r : reload_config
# Scratchpads
scratchpad : mod + shift + grave : create 1
#scratchpad : mod + alt + 2 : create 2
#scratchpad : mod + alt + 3 : create 3
#scratchpad : mod + alt + 4 : create 4
scratchpad : mod + grave : toggle 1
#scratchpad : mod + ctrl + 2 : toggle 2
#scratchpad : mod + ctrl + 3 : toggle 3
#scratchpad : mod + ctrl + 4 : toggle 4
scratchpad : mod + ctrl + grave : 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
workspace : mod + 2 : move 2
workspace : mod + shift + 2 : swap 2
workspace : mod + 3 : move 3
workspace : mod + shift + 3 : swap 3
workspace : mod + 4 : move 4
workspace : mod + shift + 4 : swap 4
workspace : mod + 5 : move 5
workspace : mod + shift + 5 : swap 5
workspace : mod + 6 : move 6
workspace : mod + shift + 6 : swap 6
workspace : mod + 7 : move 7
workspace : mod + shift + 7 : swap 7
workspace : mod + 8 : move 8
workspace : mod + shift + 8 : swap 8
workspace : mod + 9 : move 9
workspace : mod + shift + 9 : swap 9