summaryrefslogtreecommitdiff
path: root/defsxrc
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-27 17:10:38 +0100
committeruint23 <[email protected]>2025-04-27 17:10:38 +0100
commitbc2401064614e9a87a01189e177a2a7978ff5522 (patch)
tree0406fdf69f24225d3adaae6e27f41d8d04373abe /defsxrc
parent6216b7f0ed5d83ed7c6400a9a14c1bb0f70c4321 (diff)
adding parser, added rc filke
Diffstat (limited to 'defsxrc')
-rw-r--r--defsxrc17
1 files changed, 8 insertions, 9 deletions
diff --git a/defsxrc b/defsxrc
index f0c091b..a4125d8 100644
--- a/defsxrc
+++ b/defsxrc
@@ -1,18 +1,17 @@
# Colour Themes:
-border_focused_colour = #c0cbff
-border_unfocused_colour = #555555
-border_swap_colour = #fff4c0
+border_focused_colour : #c0cbff
+border_unfocused_colour : #555555
+border_swap_colour : #fff4c0
# General Options:
-master_coverage = 60%
-gaps = 10
+master_coverage : 60%
+gaps : 10
# Keybinds:
# Commands must be surrounded with ""
# Function calls don't need this
-mod_key = alt
+mod_key : alt
-bind mod + shift + return = "st"
-# this is an internal command - a pointer to a function
-bind mod + j = focus_next
+bind : [mod + shift + return] : "st"
+bind : [mod + j] : focus_next