diff options
Diffstat (limited to 'SXHkD')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 8268f31..3eede49 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -28,6 +28,10 @@ super + s notify-send "Launching browser"; \ xdg-open "https://search.aryadevchavali.com" +super + z + notify-send "Launching zathura"; \ + zathura + super + w $HOME/.local/scripts/eselect; |