diff options
Diffstat (limited to 'SXHkD/.config/sxhkd')
| -rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 3f566c4..26de102 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -9,9 +9,13 @@ super + a super + e $HOME/.local/scripts/eselect; +super + E + notify-send -u low "Launching basic"; \ + $HOME/.local/scripts/spawn_everything; + super + s notify-send -u low "Launching browser"; \ - xdg-open "https://duckduckgo.com"; + $HOME/.local/scripts/browser; super + C dunstctl close; |
