logo

dotfiles

My dotfiles, one branch per machine
commit: 7d73bb548736fd8800f32ee5f95ece51d35231fe
parent: eb83ca8be9d7e3c4ebfd7d9510f9a5402879ee42
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 26 Jun 2019 05:20:21 +0200

sway/config: Make sure XKB_DEFAULT_* stuff is used

Diffstat:

M.config/sway/config5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -163,3 +163,8 @@ font 'Monospace-7' # == custom XMonad stuff == 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}'"'