diff options
author | Jackson Taylor <jackson@jacksontaylor.xyz> | 2022-02-03 22:22:11 -0500 |
---|---|---|
committer | Jackson Taylor <jackson@jacksontaylor.xyz> | 2022-02-03 22:28:08 -0500 |
commit | 7888574b1c18c77b75e5c6c5930cd0709f16898a (patch) | |
tree | ed4214ac5696c5641a1d8e3d335d68f7ca72f6d2 /.config/sxhkd/sxhkdrc | |
parent | 7434b9127257627a48b7520effd46fb389f1fddd (diff) |
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d17c6c5..50a8390 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -2,14 +2,23 @@ super + Return $TERMINAL +super + shift + y + freetube + super + d dmenu_run -fn "hack:size=10" -nb "#3c302e" -nf "#bbbbbb" -sb "#a86438" -sf "#000000" super + shift + f $TERMINAL -e $FILE +super + shift + v + $TERMINAL -e nvim +VimwikiIndex + +super + shift + s + $TERMINAL -e htop + super + shift + i - $TERMINAL -e htop + sudo $TERMINAL -e iftop super + shift + m $TERMINAL -e ncmpcpp @@ -32,6 +41,9 @@ super + shift + e super + shift + c $TERMINAL -e calcurse -D ~/.config/calcurse +shift + Print + maimpick + XF86Audio{Raise,Lower}Volume amixer sset Master 5%{+,-}; pkill -RTMIN+10 blocks |