blob: a4125d830625c715b6d8464227a9f0d4ac776bc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Colour Themes:
border_focused_colour : #c0cbff
border_unfocused_colour : #555555
border_swap_colour : #fff4c0
# General Options:
master_coverage : 60%
gaps : 10
# Keybinds:
# Commands must be surrounded with ""
# Function calls don't need this
mod_key : alt
bind : [mod + shift + return] : "st"
bind : [mod + j] : focus_next
|