summaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-08-29 19:28:22 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-08-29 19:28:22 +0200
commit887d5cdbc1b77578026845d6996a372b2ed991ee (patch)
treeb9b43e171bbd16c1144454a3f506f26275bea004 /.config/sway
parent8eb348c48faf03dd6a0980d9e84393058d47853c (diff)
Switch to foot. Use no deadkeys layout.
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config4
1 files 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"
}