diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-21 00:38:46 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-21 00:39:01 +0100 |
commit | 042590c117d32d03131b8c7d4a65382d0075e6de (patch) | |
tree | 7058d394b87f7f491474ceb971a1d49ce8088d78 /SXHkD/.config/sxhkd/sxhkdrc | |
parent | c11ba606f72010aba4c766b0c932cd684e6ec203 (diff) | |
download | dotfiles-042590c117d32d03131b8c7d4a65382d0075e6de.tar.gz dotfiles-042590c117d32d03131b8c7d4a65382d0075e6de.tar.bz2 dotfiles-042590c117d32d03131b8c7d4a65382d0075e6de.zip |
(SXHkD)-super + shift + s binding
Conflicts with new DWM binding for fibonacci layout.
Diffstat (limited to 'SXHkD/.config/sxhkd/sxhkdrc')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 2cf1ab9..f01b136 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -21,10 +21,6 @@ super + s notify-send -u low "Launching browser"; \ xdg-open "https://duckduckgo.com" -super + shift + s - scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c; \ - notify-send -u low "Took a screenshot"; - super + z notify-send -u low "Launching zathura"; \ zathura |