commit: 56413b60f27819016f772d85015483b1334c77f5
parent: 0fd27cb94550d516cc5fbfa11c49978d9f34ad67
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 28 Jun 2019 10:35:11 +0200
.config/sway/config: Use exec_always on sway input config
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -132,6 +132,6 @@ bindsym $mod+b bar hidden_state toggle
for_window [window_role="Browser"] move workspace 2
# Make sure XKB_DEFAULT_* stuff is used
-exec swaymsg 'input * xkb_layout "'${XKB_DEFAULT_LAYOUT}'"'
-exec swaymsg 'input * xkb_variant "'${XKB_DEFAULT_VARIANT}'"'
-exec swaymsg 'input * xkb_options "'${XKB_DEFAULT_OPTIONS}'"'
+exec_always swaymsg 'input * xkb_layout "'${XKB_DEFAULT_LAYOUT}'"'
+exec_always swaymsg 'input * xkb_variant "'${XKB_DEFAULT_VARIANT}'"'
+exec_always swaymsg 'input * xkb_options "'${XKB_DEFAULT_OPTIONS}'"'