Add more FN keys

This commit is contained in:
Santiago Lo Coco 2021-11-09 23:57:57 -03:00
parent bce7f0db32
commit ad25dc498d
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ static Key keys[] = {
{ 0, XF86XK_AudioMute, spawn, SHCMD("pulsemixer --toggle-mute; sigdwmblocks 2") },
{ 0, XF86XK_HomePage, spawn, SHCMD("pcmanfm") },
{ 0, XF86XK_Tools, spawn, SHCMD("pkill imwheel && imwheel -b 45") },
{ 0, XF86XK_AudioStop, spawn, SHCMD("dunstctl set-paused toggle; sigdwmblocks 2") },
{ 0, XF86XK_AudioStop, spawn, SHCMD("dunstctl set-paused toggle; sigdwmblocks 6") },
//{ 0, XF86XK_Favorites, spawn, SHCMD("maim -s | xclip -selection clipboard -t image/png") },
//{ 0, XK_Print, spawn, SHCMD("maim -s | xclip -selection clipboard -t image/png") },
//{ MODKEY, XK_Print, spawn, SHCMD("maim | xclip -selection clipboard -t image/png") },