commit 9c0fe774880db997d39643742db3e5b6843f735c
parent 5ab1dbabe4e08e88280817f9923f27902e135b52
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  4 Oct 2019 10:58:34 +0200
Remove sxhkdrc
Diffstat:
| D | .config/sxhkd/sxhkdrc | | | 115 | ------------------------------------------------------------------------------- | 
1 file changed, 0 insertions(+), 115 deletions(-)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
@@ -1,115 +0,0 @@
-# utils
-alt + q
-	kill -9 `xdotool getwindowfocus getwindowpid`
-alt + space
-	ducksearch
-alt + shift + space
-	dmenu_run
-alt + a
-	articlesearch
-alt + o
-	$TERMINAL fuzzylaunch
-alt + p
-	$TERMINAL dropdowncalc
-alt + u
-	linkhandler $(xclip -selection primary -o)
-alt + shift + u
-	linkhandler $(xclip -selection clipboard -o)
-alt + shift + c
-	showclip
-alt + grave
-	dmenuunicode
-alt + Scroll_Lock
-	killall screenkey || screenkey
-alt + x
-	xlock
-alt + shift + slash
-	define --gui
-alt + shift + p
-	passmenu
-Print
-	maim ~/tmp/pic-full-"$(date '+%y%m%d-%H%M-%S').png"
-alt + Print
-	maimpick
-alt + shift + {Print,Delete}
-	dmenurecord {,kill}
-XF86Launch1
-	 xrandr-auto; xbacklight -set 100
-shift + XF86Launch1
-	 xrandr-auto; xbacklight -set 1
-alt + F5
-	$TERMINAL -e nmtui-connect
-	#$TERMINAL -e sudo wpa_cli
-XF86WLAN
-	$TERMINAL -e nmtui-connect
-	#$TERMINAL -e sudo wpa_cli
-alt + shift + F5
-	sudo systemctl restart NetworkManager
-alt + F7
-	displayselect
-XF86Display
-	displayselect
-alt + F8
-	t-daemon-toggle
-alt + {F9,F10}
-	{dmenumount,dmenuumount}
-alt + F11
-	contactmenu
-alt + shift + control + l
-	keyboard-layout-switch.sh; dwmstatus-refresh
-
-# applications
-alt + Return
-	$TERMINAL -e tmux
-alt + shift + Return
-	$TERMINAL
-alt + d
-	$TERMINAL -e tmux new-session 'cd ~/doc/journal && $EDITOR journal.tex'
-alt + e
-	$TERMINAL -e tmux new-session $EDITOR
-alt + w
-	$BROWSER 'https://adamsgaard.dk/bookmark.html'
-alt + shift + w
-	tor-browser
-alt + b
-	$TERMINAL -e vis ~/doc/todo.md
-	#$TERMINAL -e board ~/doc
-alt + n
-	$TERMINAL -e $FILE
-alt + m
-	$TERMINAL -e tmux new-session mutt
-alt + i
-	$TERMINAL -e tmux new-session irc.sh
-alt + s
-	firejail --profile=~/.config/firejail/signal-desktop.profile signal-desktop
-alt + t
-	message -p
-alt + shift + o
-	$TERMINAL -e htop
-alt + y
-	$TERMINAL -e tmux new-session 'cd ~/tmp && youtube-viewer'
-alt + shift + y
-	$TERMINAL -e tmux new-session 'cd ~/tmp && youtube-viewer --novideo'
-alt + c
-	$TERMINAL -e calcurse -D ~/.config/calcurse
-
-# media
-alt + shift + a
-	$TERMINAL -e alsamixer
-alt + control + shift + c
-	mpv --no-osc --input-conf=/dev/null --title='mpvfloat' /dev/video0
-alt + control + shift + m
-	$TERMINAL -e ncmpcpp
-alt + control + shift + {p,s,o,n,b}
-	mpc {toggle,stop,stop,next,prev}; dwmstatus-refresh
-XF86AudioMute
-	pulsemixer --toggle-mute; dwmstatus-refresh
-	#amixer sset Master toggle; dwmstatus-refresh
-XF86Audio{Lower,Raise}Volume
-	pulsemixer --unmute --change-volume {-3,+3}; dwmstatus-refresh
-	#amixer sset Master 5%{-,+}; dwmstatus-refresh
-
-XF86MonBrightness{Down,Up}
-	xbacklight -{dec,inc} 5
-shift + XF86MonBrightness{Down,Up}
-	xbacklight -set {1,100}