diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-29 13:19:29 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-29 13:19:29 +0400 |
commit | d432e1bf60bd1c1a3746354581c79c3df526b922 (patch) | |
tree | 548b083b7ac049634bb67f9290ed88a806dfc2cc /config.h | |
parent | 0c73d4f9b90b603d475dacfcbd982b73827f14fd (diff) | |
parent | 098c1e81c5024c792af36547475896e325fe7b20 (diff) |
tilefloat merged
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 } }, |