summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-29 13:19:29 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-29 13:19:29 +0400
commitd432e1bf60bd1c1a3746354581c79c3df526b922 (patch)
tree548b083b7ac049634bb67f9290ed88a806dfc2cc /config.h
parent0c73d4f9b90b603d475dacfcbd982b73827f14fd (diff)
parent098c1e81c5024c792af36547475896e325fe7b20 (diff)
tilefloat merged
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index bb15642..821c778 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 */
@@ -102,8 +102,8 @@ static const Key keys[] = {
{ MODKEY, XK_minus, setgaps, {.i = -1 } },
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
- { MODKEY, XK_n, focusmaster, {0} },
-
+ { MODKEY, XK_v, focusmaster, {0} },
+ { MODKEY, XK_a, togglefocusfloat, {0} },
{ MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } },