diff options
| author | Andrew <saintruler@gmail.com> | 2021-05-15 17:24:35 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-05-15 17:24:35 +0400 |
| commit | b2329100ed0e848442ab11d58786ce8772ddfbc5 (patch) | |
| tree | 02f7097373b8a482fa9989d1dd1a2540c014fade /.config | |
| parent | d052f9b44c5ce665dadad4e20a3c552e7d2670a8 (diff) | |
Added shortcuts for ncmpcpp
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index db9e762..f23b1e8 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -32,8 +32,8 @@ super + {_,shift + }q bspc node -{c,k} # alternate between the tiled and monocle layout -super + m - bspc desktop -l next +# super + m + # bspc desktop -l next # applications super + w @@ -42,15 +42,21 @@ super + w super + b pcmanfm -super + Tab - sh -c "$TERMINAL -e htop" - super + shift + b bluecontrol +super + Tab + sh -c "$TERMINAL -e htop" + super + shift + t sh -c "$TERMINAL -e tremc" +super + m + sh -c "$TERMINAL -e music localhost" + +super + shift + m + sh -c "$TERMINAL -e music" + # volume control XF86AudioMute pamixer -t |