config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit b93ecd870eba1ee070c148377aa6e7814b8805af
parent 77409fb4f33379e56ca735e1dfbbc52f73ba3c62
Author: jacobsGit <JacobDoesLinux@protonmail.com>
Date:   Sat, 21 Dec 2019 12:56:28 -0800

sorted and added vim folding

Diffstat:
Msxhkd/.config/sxhkd/sxhkdrc | 55++++++++++++++++++++++++++++++++-----------------------
1 file changed, 32 insertions(+), 23 deletions(-)

diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc @@ -1,36 +1,55 @@ -# sxkhd config -shift + alt + Return +#sxkhd config +# vim: foldmethod=marker +# alt = main +# ctrl = control things +# shift = spawns + +# spawns{{{ +alt + shift + Return "$TERMINAL" - -shift + alt + m +alt + shift + m "$TERMINAL" -e ncmpcpp - -shift + alt + s +alt + shift + s "$TERMINAL" -e htop - -shift + alt + f +alt + shift + f "$BROWSER" -shift + alt + r +alt + shift + r dmenu_run -p run: -nb black -fn 'xft:Bitstream Vera Sans Mono:size=11:normal:antialias=true' +alt + shift + q + wmctrl -c :ACTIVE: +#}}} +# control {{{ +ctrl + shift + c + toggle 'xcompmgr' + +ctrl + shift + m + toggle 'mpd' +# }}} + +# misc {{{ +# dmenu {{{ alt + r dmenu-xr shift + super + p dmenu-power +#}}} +# audio {{{ XF86Audio{Next,Prev,Play} media {next,prev,toggle} -ctrl + {Home,End} - xbacklight-script {inc,dec} - XF86Audio{Raise,Lower}Volume ponymix -N {increase 5,decrease 5} XF86AudioMute ponymix -N toggle +#}}} + +ctrl + {Home,End} + xbacklight-script {inc,dec} alt + F{1,2,3,4} sudo chvt {1,2,3,4} @@ -40,14 +59,4 @@ Menu super + s screenshot && flash - -alt + shift + q - wmctrl -c :ACTIVE: - -ctrl + shift + c - toggle 'xcompmgr' -fi - -ctrl + shift + m - toggle 'mpd' -fi +#}}}