commit fa1a224478c100cc33ba47e5fc3b7e80981b748f
parent f70e40b11b04472985357b2491e408130333942e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 6 Jun 2019 11:39:38 +0200
Add sxhkd config
Diffstat:
A | .config/sxhkd/sxhkdrc | | | 95 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 95 insertions(+), 0 deletions(-)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
@@ -0,0 +1,95 @@
+# utils
+super + shift + q
+ kill -9 `xdotool getwindowfocus getwindowpid`
+super + space
+ ducksearch
+alt + space
+ dmenu_run
+super + a
+ articlesearch
+super + o
+ $TERMINAL fuzzylaunch
+super + p
+ $TERMINAL dropdowncalc
+super + shift + c
+ showclip
+super + alt + c
+ xcqr
+super + grave
+ dmenuunicode
+super + Scroll_Lock
+ killall screenkey || screenkey
+super + x
+ xlock
+super + shift + slash
+ define --gui
+super + shift + p
+ passmenu
+Print
+ maimfull
+shift + Print
+ maimpick
+super + {Print,Delete}
+ dmenurecord {,kill}
+XF86Launch1
+ xrandr --output LVDS1 --auto --scale 1.0x1.0 NULL
+super + F5
+ $TERMINAL -e nmtui
+super + F7
+ displayselect
+super + F6
+ torwrap
+super + F8
+ t-daemon-toggle
+super + {F9,F10}
+ {dmenumount,dmenuumount}
+super + alt + l
+ keyboard-layout-switch.sh
+super + e
+ contactmenu
+
+# applications
+super + Return
+ $TERMINAL -e tmux
+super + shift + Return
+ $TERMINAL
+super + w
+ $BROWSER 'https://adamsgaard.dk'
+super + shift + w
+ tor-browser
+super + b
+ $TERMINAL -e board ~/doc
+super + n
+ $TERMINAL -e $FILE
+super + m
+ $TERMINAL -e mutt
+super + r
+ $TERMINAL -e newsboat
+super + i
+ $TERMINAL -e irc.sh
+super + s
+ firejail --profile=~/.config/firejail/signal-desktop.profile signal-desktop
+super + t
+ message -p
+super + alt + t
+ textqr
+super + y
+ $TERMINAL -e youtube-viewer
+super + shift + y
+ $TERMINAL -e youtube-viewer --novideo
+super + c
+ $TERMINAL -e calcurse -D ~/.config/calcurse
+
+# media
+super + shift + a
+ $TERMINAL -e pulsemixer
+super + control + shift + c
+ mpv --no-osc --input-conf=/dev/null --title='mpvfloat' /dev/video0
+super + control + shift + m
+ $TERMINAL -e ncmpcpp
+super + control + shift + {p,s,n,b}
+ mpc {toggle,stop,next,prev}; dwmstatus-refresh
+XF86AudioMute
+ pulsemixer --togle-mute; dwmstatus-refresh
+XF86Audio{Raise,Lower}Volume
+ pulsemixer --unmute --change-volume {+3,-3}; dwmstatus-refresh