diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 19:53:23 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 19:53:23 +0530 |
commit | 480532692b4f41d2cf990012327e7b47cc2fb3f0 (patch) | |
tree | 34fa0c00bfe5513a3681a6acfc776d0ab97b4825 /config.def.h.rej | |
parent | f2558593e41a462b7137954c1b27d79fa42851aa (diff) |
patched dwm-movekeyboard-6.4.diff
Diffstat (limited to 'config.def.h.rej')
-rw-r--r-- | config.def.h.rej | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config.def.h.rej b/config.def.h.rej deleted file mode 100644 index 81f3770..0000000 --- a/config.def.h.rej +++ /dev/null @@ -1,20 +0,0 @@ ---- config.def.h -+++ config.def.h -@@ -2,6 +2,7 @@ - - /* appearance */ - static const unsigned int borderpx = 1; /* border pixel of windows */ -+static const unsigned int gappx = 5; /* gaps between windows */ - static const unsigned int snap = 32; /* snap pixel */ - static const int showbar = 1; /* 0 means no bar */ - static const int topbar = 1; /* 0 means bottom bar */ -@@ -85,6 +86,9 @@ static const Key keys[] = { - { MODKEY, XK_period, focusmon, {.i = +1 } }, - { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, - { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, -+ { MODKEY, XK_minus, setgaps, {.i = -1 } }, -+ { MODKEY, XK_equal, setgaps, {.i = +1 } }, -+ { MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } }, - TAGKEYS( XK_1, 0) - TAGKEYS( XK_2, 1) - TAGKEYS( XK_3, 2) |