workfx auto-placement.
This commit is contained in:
parent
6c3b0a3f1f
commit
ad37879c01
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ static const Rule rules[] = {
|
||||||
{ "firefox", NULL, NULL, 2, 0, 0, 1, -1 },
|
{ "firefox", NULL, NULL, 2, 0, 0, 1, -1 },
|
||||||
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
|
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
|
||||||
{ "Slack", NULL, NULL, 1 << 7, 0, 0, 0, -1 },
|
{ "Slack", NULL, NULL, 1 << 7, 0, 0, 0, -1 },
|
||||||
|
{ "workfx", NULL, NULL, 1 << 9, 0, 0, 1, -1 },
|
||||||
{ "sonos-controller-unofficial", NULL, NULL, 1 << 6, 0, 0, 0, -1 },
|
{ "sonos-controller-unofficial", NULL, NULL, 1 << 6, 0, 0, 0, -1 },
|
||||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||||
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
|
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
|
||||||
|
@ -109,7 +110,7 @@ static Key keys[] = {
|
||||||
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -c -i -l 20") },
|
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -c -i -l 20") },
|
||||||
{ MODKEY, XK_i, spawn, SHCMD("scrot -f -s 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
|
{ MODKEY, XK_i, spawn, SHCMD("scrot -f -s 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
|
||||||
{ SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
|
{ SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
|
||||||
{ MODKEY, XK_m, spawn, SHCMD("pgrep -x neomutt > /dev/null || st -n mutt -e neomutt") },
|
{ MODKEY, XK_m, spawn, SHCMD("pgrep -x neomutt > /dev/null || BROWSER=firefox st -n mutt -e neomutt") },
|
||||||
{ MODKEY, XK_q, killclient, {0} },
|
{ MODKEY, XK_q, killclient, {0} },
|
||||||
{ MODKEY, XK_e, togglescratch, {.ui = 0 } },
|
{ MODKEY, XK_e, togglescratch, {.ui = 0 } },
|
||||||
{ SHTKEY, XK_e, togglescratch, {.ui = 1 } },
|
{ SHTKEY, XK_e, togglescratch, {.ui = 1 } },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue