config

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

commit f8c1116759a37a507b8b27cb6b824379ccbfec98
parent e05ccef63df374d73e82088315ee3a3a4e708610
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Mon,  2 Nov 2020 12:40:47 -0800

Remove sxhkd config

All keybindings moved to dwm.

Diffstat:
Dsxhkd/.config/sxhkd/sxhkdrc | 72------------------------------------------------------------------------
Mxorg/.xinitrc | 1-
2 files changed, 0 insertions(+), 73 deletions(-)

diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc @@ -1,72 +0,0 @@ -# terminal -super + t - $TERMINAL - -# attach to tmux session -super + shift + t - tat -e - -# browser -super + f - $BROWSER - -# dmenu -super + d - dmenu_run - -# view bookmarks -super + m - mark $URL_DIR/* - -# edit bookmarks -super + shift + m - (cd $URL_DIR && $TERMINAL) - -# launch sxiv on wallpapers -super + {_,shift} + p - sxiv -rtb {$WALLPAPER_DIR, `fsmenu -t d $WALLPAPER_DIR`} - -# next/prev song -alt + {bracketright,bracketleft} - mpc {next,prev} && notify-send "`mpc current`" - -# seeking -super + shift {bracketright,bracketleft} - mpc seek {+,-}15 - -# music menu -super + e - mm - -# pause-play/stop -alt + backslash - notify-send "`mpc -f '' toggle | grep -om1 "\[.*\]"`" - -# control volume -alt + {apostrophe,semicolon} - sndioctl output.level={+,-}0.05 - -# mute input and output volume -alt + {shift,ctrl} + backslash - sndioctl {output,input}.mute=! - -# brightness controls -shift + alt + {apostrophe,semicolon} - xbacklight -steps 1 -time 0 {-inc,-dec} 10 - -# lock && suspend || hibernate -super + shift + {s,h} - $LOCKER & apm -{z,Z} - -# suspend screen -@super + semicolon - sleep 0.1 && xset dpms force suspend - -# lock -super + shift + l - $LOCKER - -# copy primary selection to clipboard -super + grave - xclip -o -selection primary | xclip -i -selection clipboard \ - && notify-send "'`xclip -o`': Copied to clipboard" diff --git a/xorg/.xinitrc b/xorg/.xinitrc @@ -6,7 +6,6 @@ ulimit -Sc 0 /usr/local/bin/xwallpaper --zoom "${XDG_CONFIG_HOME:?unset}/wallpaper" & /usr/X11R6/bin/xrdb -load ~/.Xresources & -/usr/local/bin/sxhkd & /usr/local/bin/slstatus & /usr/X11R6/bin/xset dpms 320 r rate 250 30 & /usr/X11R6/bin/setxkbmap -option ctrl:nocaps &