1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

feat(sxhkd): use super+ctrl+alt for personal keybinding prefix

This commit is contained in:
Ryan Kes 2020-11-15 15:29:33 +01:00
parent 6ac5cdd441
commit 1e1608a9ce

View File

@ -77,15 +77,15 @@ super + Escape
pkill -USR1 -x sxhkd pkill -USR1 -x sxhkd
# Misc apps # Misc apps
ctrl + alt + {l, n, r, s, c, v, k, a, u} super + ctrl + alt + {l, n, r, s, c, v, k, a, u}
alacritty --class float,float -e {lf, neomutt, /usr/bin/newsboat, spt, castero, nvim, ~/.local/bin/calendar-and-wait, ~/.local/bin/audit, ~/.local/bin/update-arch} alacritty --class float,float -e {lf, neomutt, /usr/bin/newsboat, spt, castero, nvim, ~/.local/bin/calendar-and-wait, ~/.local/bin/audit, ~/.local/bin/update-arch}
ctrl + alt + {b, e, S} super + ctrl + alt + {b, e, S}
{brave, emacs, spotify} {brave, emacs, spotify}
ctrl + alt + {t} super + ctrl + alt + {t}
~/.local/bin/tldr-dmenu ~/.local/bin/tldr-dmenu
ctrl + alt + {p} super + ctrl + alt + {p}
playerctl play-pause playerctl play-pause
ctrl + alt + {w} super + ctrl + alt + {w}
alacritty --class fullscreen,fullscreen -e ~/.config/polybar/bin/wttr-and-wait alacritty --class fullscreen,fullscreen -e ~/.config/polybar/bin/wttr-and-wait
#-----------------------------------------------------------Bspwm-------------------------------------------------------------- #-----------------------------------------------------------Bspwm--------------------------------------------------------------