From 1e1608a9ceadbadb9ea5704744eb492163ba5f9f Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Sun, 15 Nov 2020 15:29:33 +0100 Subject: [PATCH] feat(sxhkd): use super+ctrl+alt for personal keybinding prefix --- sxhkd/.config/sxhkd/sxhkdrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 69eb735..ddbc3c3 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -77,15 +77,15 @@ super + Escape pkill -USR1 -x sxhkd # 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} -ctrl + alt + {b, e, S} +super + ctrl + alt + {b, e, S} {brave, emacs, spotify} -ctrl + alt + {t} +super + ctrl + alt + {t} ~/.local/bin/tldr-dmenu -ctrl + alt + {p} +super + ctrl + alt + {p} playerctl play-pause -ctrl + alt + {w} +super + ctrl + alt + {w} alacritty --class fullscreen,fullscreen -e ~/.config/polybar/bin/wttr-and-wait #-----------------------------------------------------------Bspwm--------------------------------------------------------------