From 887d5cdbc1b77578026845d6996a372b2ed991ee Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Sun, 29 Aug 2021 19:28:22 +0200 Subject: Switch to foot. Use no deadkeys layout. --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 490e3b7..387cb2c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,7 +4,7 @@ set $down j set $up k set $right l set $mod Mod4 -set $term alacritty +set $term foot # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -49,7 +49,7 @@ exec swayidle -w \ # Read `man 5 sway-input` for more information about this section. input * { - xkb_layout "de,ir" + xkb_layout "de(nodeadkeys),ir" xkb_options "lv3:caps_switch,grp:lctrl_lwin_toggle,shift:both_shiftlock" } -- cgit v1.2.3