From 36470f2b24078dbdf43b1efa8c93c760d7cce161 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 03:30:34 -0500 Subject: [PATCH] sxhkd: Update wal keybinds As far as I remember, the -e was necessary to avoid the automatic tint2 reload causing the bar to be unclickable under bspwm. --- sxhkd/.config/sxhkd/sxhkdrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index e79d6e0b..8ba48b13 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -45,7 +45,13 @@ super + o # Change the wal color scheme super + m - wal -o ~/.config/wal/done.sh --theme random_dark + wal -o ~/.config/wal/done.sh --theme random_dark -e + +super + z + wal -o ~/.config/wal/done.sh -i ~/bgs -e + +super + r + wal -o ~/.config/wal/done.sh -R -e alt + F1 ~/.config/rofi/launch.sh