summaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc12
1 files changed, 5 insertions, 7 deletions
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.
#