summaryrefslogtreecommitdiff
path: root/defsxrc
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-25 23:08:02 +0100
committeruint23 <[email protected]>2025-04-25 23:08:02 +0100
commitfd7b18b3c20bc4e2685cd0d6ac14d4b87ba89cf2 (patch)
tree9ff4e9a8c11c4302be94232a89664bb4085dfc67 /defsxrc
parentc82d8ac61dbd323ee3ac5eb6e730c691927a14cc (diff)
starting to add custom config
added config struct added sxrc config file ~ master_width is now an int
Diffstat (limited to 'defsxrc')
-rw-r--r--defsxrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/defsxrc b/defsxrc
new file mode 100644
index 0000000..f0c091b
--- /dev/null
+++ b/defsxrc
@@ -0,0 +1,18 @@
+# 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"
+# this is an internal command - a pointer to a function
+bind mod + j = focus_next