This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
David JULIEN 8ed8116312
Merge branch 'dev' into thesis
nvim: remove icons from completion
        use textobjects with treesitter
        smart pasting in visual mode
        add description to <C-E>
        comments and formatting in maps.lua
        keymaps in visual-mode only
        fix lsp formatting
mail: remove personal config from public repo
st: update to 0.9
        fix color codes in config.def.h
dmenu: update to 5.2
dwm: update to 6.4
        window selborder gets its own variable
        increase bordersize
        restoreafterrest patch
system: restartsig patch for dwm
dotfiles: put everything on chapril.org
        update gitignore
2023-01-09 14:54:24 +01:00

86 lines
1.4 KiB
Plaintext

# Swy7ch' sxhkd bindings binding
# System stuff
XF86AudioMute
pulsemixer --toggle-mute; audio-notify
{XF86AudioLowerVolume, XF86AudioRaiseVolume}
pulsemixer --change-volume {-5, +5}; audio-notify
super + {F5, F6}
sbacklight {dec,inc}
super + u
dmenumount
super + shift + u
dmenuumount
super + s
dmenuprompt "suspend?" "systemctl suspend"
super + shift + s
dmenuprompt "shutdown?" "shutdown -h now"
super + shift + r
dmenuprompt "reboot?" "reboot"
super + BackSpace
slock
super + shift + d
displayselect
super + F9
kbacklight
super + shift + o
dmenuopen
super + c
switch-colors && kill -1 $(pidof dwm)
super + alt + c
switch-colors -s
# Others
super + Return
$TERMINAL
super + shift + Return
$TERMINAL -g 128x32 -c "floating"
super + d
dmenu_run -p "run:"
super + p
screenshot
super + alt + p
screenshot -w
super + shift + {w,z}
$BROWSER
super + shift + p
$BROWSER --private-window
super + shift + {h,j,k,l}
player {prev,stop,toggle,next}
super + shift + m
$TERMINAL -g 128x32 -c "floating" -e $MUSIC_CLIENT
super + shift + n
$TERMINAL -g 128x32 -c "floating" -e $MAIL_CLIENT
super + shift + i
$TERMINAL -g 128x32 -c "floating" -e $IRC_CLIENT
super + shift + t
$TERMINAL -g 128x32 -c "floating" -e tremc
super + shift + b
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script