fix firefox keybind

This commit is contained in:
Luca Bilke 2023-07-11 10:19:39 +02:00
parent 1f97c4575b
commit cb969d56e7
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
# TODO
- [ ] Integrate networkmanager-dmenu (this depends on how I will implement either polkit or sudoers changes)
- [ ] Bind to disable touchpad
- [ ] Doublecheck README.md
- [ ] Fix switching scratchpad to other monitor
- [ ] Fix resize from other corners

View File

@ -189,7 +189,7 @@ static const Key keys[] = {
{ MODKEY | ShiftMask, XK_d, spawn, {.v = (const char *[]){"dunstctl", "action", "0", NULL}} },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
// { MODKEY | ShiftMask, XK_h, spawn, {.v = (const char *[]){NULL}} },
{ MODKEY, XK_t, spawn, {.v = (const char *[]){BROWSER, "-new-window", NULL}} },
{ MODKEY, XK_t, spawn, {.v = (const char *[]){BROWSER, NULL}} },
{ MODKEY | ShiftMask, XK_t, spawn, {.v = (const char *[]){BROWSER, "-private-window", NULL}} },
{ MODKEY, XK_n, setlayout, {.v = &layouts[0]} },
{ MODKEY | ShiftMask, XK_n, setlayout, {.v = &layouts[1]} },