qutebrowser tweaks.
This commit is contained in:
parent
02753c874e
commit
1ba03a274f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,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 || BROWSER=firefox st -n mutt -e neomutt") },
|
{ MODKEY, XK_m, spawn, SHCMD("pgrep -x neomutt > /dev/null || BROWSER=qutebrowser 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