diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-07 01:56:15 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-07 01:56:15 -0700 |
commit | c6db7d0639672e270736a37f870ed2fdc3b556fb (patch) | |
tree | 2d358845cf0e0b4a149b45c176e80c669efa26ad /home/xyz | |
parent | 676aee44b7b7998bb07be52288091e95ed7109a2 (diff) |
sxhkd rev hotkey
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.config/sxhkd/sxhkdrc b/home/xyz/.config/sxhkd/sxhkdrc index 17e75a94..ac2f71e1 100644 --- a/home/xyz/.config/sxhkd/sxhkdrc +++ b/home/xyz/.config/sxhkd/sxhkdrc @@ -58,4 +58,7 @@ alt + n alt + shift + n echo 'notify-send -u critical Boiling\ Water!; bell' | at now + 12 minutes && notify-send "Successfully Scheduled" +alt + r + xsel -ob | rev | xsel -ib + # vim: ft=sh |