Update keybinds

This commit is contained in:
speediegq 2022-09-19 22:35:35 +02:00
parent e503d46860
commit b621d7af05
2 changed files with 4 additions and 0 deletions

View file

@ -114,6 +114,8 @@
- Super+c & m | Ask the user for a topic and curl cheat.sh
- Super+c & n | Switch to the next track
- Super+c & p | Switch to the previous track
- Super+c & s | Run screenkey if it is installed
- Super+c & d | Kill screenkey
- Super+g & t | Toggle gaps
- Super+g & 0 | Reset gaps
- Super+g & i | Increase inner gaps by 1

View file

@ -156,6 +156,8 @@ static const Key keys[] = {
{ MODIFIER1, XK_c, XK_p, spawn, RCMD(PREVMUSIC) },
{ MODIFIER1, XK_c, XK_m, spawn, RCMD(TERMINAL "speedwm-core -curl-cheatsheet") },
{ MODIFIER1, XK_r, XK_v, spawn, RCMD(TERMINAL VISUALIZER) },
{ MODIFIER1, XK_r, XK_s, spawn, RCMD("screenkey") },
{ MODIFIER1, XK_r, XK_d, spawn, RCMD("pkill screenkey") },
{ MODIFIER1|SHIFT, XK_e, XK_a, spawn, RCMD("speedwm-virtualkeyboard") },
{ MODIFIER1|SHIFT, XK_e, XK_e, spawn, RCMD("speedwm-virtualkeyboard -e") },
{ MODIFIER1|SHIFT, XK_e, XK_c, spawn, RCMD("speedwm-virtualkeyboard -c") },