diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-05-24 22:47:38 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-05-24 22:50:15 +0100 |
| commit | acfb5a3af0e10f02e5c76f48b73dfee3a5998ad4 (patch) | |
| tree | 77244019d49baabc425fb2ce61a3bab800deac09 | |
| parent | b5f192318baa265dbfe9f271422b6e6ec8bf2694 (diff) | |
| parent | e5f8b6a33fa147cb9da428e7e26dd32de38c0c43 (diff) | |
Merge branch 'main' into patching
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | config.h | 23 |
2 files changed, 13 insertions, 12 deletions
@@ -49,4 +49,4 @@ and (re)compiling the source code. Patches applied --------------- -zoomswap - scratchpad - sticky - statuscmd - pertag - noborder - movestack - hide vacant tags - actualfullscreen - bar height +zoomswap - scratchpad - sticky - statuscmd - pertag - noborder - movestack - hide vacant tags - actualfullscreen - bar height - alpha monocle layout @@ -45,8 +45,9 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Gimp", NULL, NULL, 1 << 5, 1, -1 }, + { "discord", NULL, NULL, 1 << 3, 0, -1 }, + { "Steam", NULL, NULL, 1 << 4, 0, -1 }, }; /* layout(s) */ @@ -111,19 +112,19 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, {MODKEY, XK_s, togglesticky, {0}}, - TAGKEYS(XK_1 , 0) - TAGKEYS(XK_2 , 1) - TAGKEYS(XK_3 , 2) - TAGKEYS(XK_4 , 3) - TAGKEYS(XK_5 , 4) + TAGKEYS(XK_1 , 0) + TAGKEYS(XK_2 , 1) + TAGKEYS(XK_3 , 2) + TAGKEYS(XK_4 , 3) + TAGKEYS(XK_5 , 4) TAGKEYS(XK_6 , 5) - TAGKEYS(XK_7 , 6) - TAGKEYS(XK_8 , 7) - TAGKEYS(XK_9 , 8) + TAGKEYS(XK_7 , 6) + TAGKEYS(XK_8 , 7) + TAGKEYS(XK_9 , 8) /* Custom commands */ {MODKEY | ShiftMask, XK_o, spawn, SHCMD("[ $(echo -e 'Yes\nNo' | dmenu -i -p 'Are you sure you want to shutdown?') == 'Yes' ] && shutdown now")}, - {MODKEY | ShiftMask, XK_x, spawn, SHCMD("i3lock -c 252525")}, + {MODKEY | ShiftMask, XK_l, spawn, SHCMD("slock")}, /* dunst control */ {ControlMask, XK_7, spawn, SHCMD("dunstctl history-pop")}, |
