diff options
Diffstat (limited to 'home/xyz/.config/sxhkd/sxhkdrc')
-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 |