From a751a55fbd66ac6fa909a459b1bf3c1a79930f94 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:05:49 -0700 Subject: Add new keyboard layout module --- .config/sxhkd/sxhkdrc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to '.config/sxhkd') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 77b3671..daef45c 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -11,9 +11,12 @@ super + @d dmenu_run -fn "Noto Sans Mono:size=12" -nb "$(xresource background)" -nf "$(xresource foreground)" -sb "$(xresource color4)" -sf "$(xresource color0)" super + Escape pkill -USR1 -x sxhkd +# Inside polybar_panel, it actually kills it and then starts it again. super + shift + Escape - pkill -x statusbar\ - statusbar + polybar_panel +# Change keyboard layout. +super + space + setxkbmap -option grp:win_space_toggle latam,us # Run programs. super + shift + w @@ -27,11 +30,6 @@ super + Delete {_,super + , super + shift + } Print $SSMGR {gui,full -c,full -p $SSPATH} -# Reload polybar(s). -# Inside polybar_panel, it actually kills it and then starts it again. -super + shift + p - polybar_panel - # # bspwm keybindings. # -- cgit v1.2.3-54-g00ecf