diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-06-01 10:55:23 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-06-01 10:55:23 -0400 |
| commit | 3b4590b1a745b06ce36cb558a4749923675e9b35 (patch) | |
| tree | 532e9f00ae0b7fdeb3645f13b926e8a65b74f1ec /sxhkd/sxhkdrc | |
Ready. Set. Go!
Diffstat (limited to 'sxhkd/sxhkdrc')
| -rw-r--r-- | sxhkd/sxhkdrc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc new file mode 100644 index 0000000..870db32 --- /dev/null +++ b/sxhkd/sxhkdrc @@ -0,0 +1,41 @@ +super+shift+control+alt+slash + bookmarks + +super+shift+control+alt+period + rdpmenu + +super+shift+control+alt+r + i3-dmenu-desktop + +super+shift+control+alt+e + emacsclient -c + +super+shift+control+alt+m + $TERMINAL -e "neomutt" + +super+shift+control+alt+s + flameshot gui + +super+shift+control+alt+l + loginctl lock-session + +super+shift+control+alt+p + passmenu-otp + +super+shift+control+alt+v + sleep 0.5 && xdotool type "$(xclip -o)" + +super+shift+control+alt+w + change_wallpaper + +super+shift+control+alt+Return + $TERMINAL -c floatterm + +XF86AudioPlay + playerctl play-pause + +XF86MonBrightnessUp + brightnessctl set 5%+ + +XF86MonBrightnessDown + brightnessctl set 5%-
\ No newline at end of file |
