From 48713517508b579dba5bb1de617636a832ac99fd Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 29 Aug 2024 13:18:14 +0400 Subject: float mode focus and tiling mode focus seperated --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index bb15642..e7a6374 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_n, focusmaster, {0} }, + { MODKEY, XK_a, togglefocusfloat, {0} }, { MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } }, -- cgit v1.2.3