aboutsummaryrefslogtreecommitdiff
path: root/SXHkD
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-27 11:03:26 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-27 11:03:26 +0100
commit290a98c97076dadf7492a7bf094102e1243b5a41 (patch)
tree23a7887f702520f1d5189c421a4677b468f68fdb /SXHkD
parentb82ffe03b03366978d64e4e3f6df2e7e5dd922df (diff)
downloaddotfiles-290a98c97076dadf7492a7bf094102e1243b5a41.tar.gz
dotfiles-290a98c97076dadf7492a7bf094102e1243b5a41.tar.bz2
dotfiles-290a98c97076dadf7492a7bf094102e1243b5a41.zip
~rearrange scripts
Diffstat (limited to 'SXHkD')
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc32
1 files changed, 16 insertions, 16 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index 117f227..98197b4 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -33,8 +33,8 @@ super + {comma,period}
# Launchers
super + Return
- $TERMINAL;\
- notify-send "Launching terminal";
+ notify-send "Launching terminal"; \
+ $TERMINAL
{super,hyper} + a
dmenu_run
@@ -43,27 +43,27 @@ hyper + e
$HOME/.emacs_anywhere/bin/run
hyper + s
- qutebrowser;
- notify-send "Launching qutebrowser";
+ notify-send "Launching qutebrowser"; \
+ qutebrowser
hyper + q; q
- emacsclient -c -s MAIN -a=emacs; \
- notify-send "Launching Emacs";
+ notify-send "Launching Emacs"; \
+ emacsclient -c -s MAIN -a=emacs;
hyper + q; s
- eserver restart; \
- notify-send "(Re)starting emacs server";
+ notify-send "(Re)starting emacs server"; \
+ eserver restart;
hyper + q; d
- emacsclient -c -s MAIN -a=emacs --eval '(dired "~")'; \
- notify-send "Launching Dired";
+ notify-send "Launching Dired"; \
+ emacsclient -c -s MAIN -a=emacs --eval '(dired "~")';
hyper + l
$HOME/.local/scripts/lock
hyper + d
- $HOME/.local/scripts/background; \
- notify-send "Changing background";
+ notify-send "Changing background"; \
+ $HOME/.local/scripts/background;
hyper + m
$HOME/.local/scripts/playlist_choice
@@ -74,11 +74,11 @@ super + F12
# Music and volume
F{6,7,8}
mpc -q {prev,toggle,next}; \
- notify-send "MPD: Track $(mpc --format '%title%' | head -1)"
+ notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
XF86Audio{Prev,Next}
mpc -q {prev,next}; \
- notify-send "MPD: Track $(mpc --format '%title%' | head -1)"
+ notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
{_,hyper + }F{9,10}
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
@@ -88,8 +88,8 @@ XF86Audio{Prev,Next}
XF86MonBrightness{Down,Up}
xbacklight {-,+}15; \
- notify-send "Brightness: $(xbacklight)"
+ notify-send "Brightness: $(xbacklight)";
F{3,4}
xbacklight {-,+}15; \
- notify-send "Brightness: $(xbacklight)"
+ notify-send "Brightness: $(xbacklight)";