commit 3a6235af3326589710a496c3d46e7b3241997fe5 parent e98ff851003409e60b2ca8d4b94fe1cba61c7083 Author: Benjamin Chausse <benjamin@chausse.xyz> Date: Wed, 28 Oct 2020 14:04:31 -0400 dwmblocks click events for dwmb-layout Diffstat:
M | .local/bin/dwmbar/dwmb-layout | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.local/bin/dwmbar/dwmb-layout b/.local/bin/dwmbar/dwmb-layout @@ -2,5 +2,7 @@ echo " $(cat $HOME/.cache/layout) " case $BLOCK_BUTTON in + 1) layouttoggle ;; + 3) notify-send -a " Keyboard" "Click this widget to toggle the keyboard layout between french and english.";; 6) "$TERMINAL" -e "$EDITOR" "$0" ;; -esac- \ No newline at end of file +esac