summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-29 13:18:14 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-29 13:18:14 +0400
commit098c1e81c5024c792af36547475896e325fe7b20 (patch)
tree9e937752e3d1da95ad18dd64877b485a3dd31643 /config.h
parentd53e17f288580e81b574ba608d36cda731f790d5 (diff)
float mode focus and tiling mode focus seperated
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 823bb07..0fa489c 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
-static const int startwithgaps = 1; /* 1 means gaps are used by default */
+static const int startwithgaps = 1; /* 1 means gaps are used by default */
static const unsigned int gappx = 16; /* default gap between windows in pixels */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
@@ -103,6 +103,7 @@ static const Key keys[] = {
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
{ MODKEY, XK_v, focusmaster, {0} },
+ { MODKEY, XK_a, togglefocusfloat, {0} },
{ MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } },