diff options
| author | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 | 
|---|---|---|
| committer | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 | 
| commit | 5e74241bb8b2a672a7adcc4a8b6e1dea03f2f5a2 (patch) | |
| tree | 24768273a6578345dfe530918c54c86db90a3e11 /swhkd | |
| parent | 7a2dd5235800003487d43c57d1b76847c692bce4 (diff) | |
remove unnecessary cruftminor
Diffstat (limited to 'swhkd')
| -rwxr-xr-x | swhkd/swhkdrc | 174 | 
1 files changed, 0 insertions, 174 deletions
| diff --git a/swhkd/swhkdrc b/swhkd/swhkdrc deleted file mode 100755 index 94e5bed..0000000 --- a/swhkd/swhkdrc +++ /dev/null @@ -1,174 +0,0 @@ -# -# wm independent hotkeys -# - -# reload sxhkd config -alt + Escape -        doas pkill -HUP -x swhkd - -# -# dmenu interfaces -# - -# program launcher -alt + d -        barmenu_run -h 24 - -# desktop application launcher -alt + r -        j4-dmenu-desktop --dmenu="barmenu -h 24 -l 15" - -# dmenu prompt for recording -alt + control + r -        dmenurecord - -# run dmenu interface for keepassxc -alt + p -        dmenu_keepass -h 24 - -# run dmenu interface for pass -alt + super + p -        passmenu - -# run dmenu interface for mpv -alt + v -        dmpv - -# run dmenu interface for ytfzf -alt + y -        ytfzf-launcher -D 'barmenu -h 24 -l 15' - -# run dmenu interface to spawn browsers -alt + super + 1 -        browser - -# run dmenu interface for qutebrowser profile chooser -alt + super + q -        qbc -	#qbpm choose - -# run dmenu interface for librewolf profile chooser -alt + super + w -        lwc - -# run dmenu interface for librewolf profile chooser -alt + super + e -        fdc - -# run dmenu interface to open book -alt + super + b -        dmenu_books - -# run dmenu interface for mpris -alt + super + u -        mprisctl - -# run dmenu interface for monattach -alt + super + m -        monattach right - -# run dmenu interface for mondetach -alt + super + n -        mondetach - -# run dmenu interface for mount -alt + super + comma -        dmenumount - -# run dmenu interface for umount -alt + super + period -        dmenuumount - -#run dmenu prompt for unicode chars -alt + super + u -        dmenuunicode - -# -# utilities -# - -# toggle x idle state -alt + c -        xidletog - -# toggle waybar -alt + w -        waytoggle - -# warp cursor to left or right monitor -alt + super + {Left,Right} -        mwarp.py {left,right} - -# lock the screen -alt + q -	loginctl lock-session self - -# restart dwmblocks -alt + super + 9 -        toggle dwmblocks - -# signal all dwmblocks modules -alt + super + 0 -        sigdwmb all - -# spawn file manager -alt + super + f -        $TERMINAL -e lfrun - -# toggle touchpad -alt + super + t -        toggletouchpad - -# notify-send firewall rules -alt + super + o -        notify-iptables - -# mute volume -alt + super + m -        volsv -t - -# mute microphone -alt + super + shift + m -        volsv -m - -# load sxiv for backgrounds -alt + super + x -        sxiv ~/.local/src/wallpapers - -# xkill -alt + x -	xkill - -# -# xf86 keys -# - -# manipulate audio stream -XF86Audio{Prev,Next,Play,Stop} -	mpc {prev,next,toggle,stop} - -# turn the brightness up -XF86MonBrightnessUp -	xbacklight -inc 1 -        # light -A 1 - -# turn the brightness down -XF86MonBrightnessDown -        xbacklight -dec 1 -        # light -U 1 - -# raise the volume -XF86AudioRaiseVolume -	volsv -i - -# lower the volume -XF86AudioLowerVolume -	volsv -d - -# toggle mute -XF86AudioMute -	volsv -t - -# mute mic -XF86AudioMicMute -	volsv -m | 
