From be4b31e31e28fd4043ac5c77fe72ac32dfe833c4 Mon Sep 17 00:00:00 2001 From: Blallo Date: Mon, 20 Sep 2021 11:42:39 +0200 Subject: [PATCH] Send message when changing kbd layoud --- bindings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings.conf b/bindings.conf index 851505c..4fc6fc2 100644 --- a/bindings.conf +++ b/bindings.conf @@ -45,8 +45,8 @@ bindsym $mod+Ctrl+c exec mpc clear bindsym --no-repeat F12 exec gdbus call -e -d net.sourceforge.mumble.mumble -o / -m net.sourceforge.mumble.Mumble.startTalk bindsym --release F12 exec gdbus call -e -d net.sourceforge.mumble.mumble -o / -m net.sourceforge.mumble.Mumble.stopTalk -bindsym F9 exec swaymsg "input type:keyboard xkb_switch_layout 0" -bindsym F10 exec swaymsg "input type:keyboard xkb_switch_layout 1" +bindsym F9 exec 'swaymsg "input type:keyboard xkb_switch_layout 0" && notify-send "US layout"' +bindsym F10 exec 'swaymsg "input type:keyboard xkb_switch_layout 1" && notify-send "IT layout"' # Drag floating windows by holding down $mod and left mouse button.