Workaround for firefox stupidity.
This commit is contained in:
parent
939569eacb
commit
30112e8fa0
@ -107,6 +107,7 @@ static Key keys[] = {
|
||||
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
|
||||
{ MODKEY, XK_space, spawn, SHCMD("rofi -show run -i") },
|
||||
{ MODKEY, XK_b, spawn, SHCMD("blueman-manager") },
|
||||
{ MODKEY, XK_c, spawn, SHCMD("xsel -o | xsel -b") },
|
||||
{ MODKEY, XK_i, spawn, SHCMD("scrot --select '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_l, spawn, SHCMD("slock") },
|
||||
|
Loading…
Reference in New Issue
Block a user