From 74b697c75aadd8a37094471fe46937524fb8083a Mon Sep 17 00:00:00 2001 From: histalek Date: Fri, 19 Jan 2024 16:32:00 +0100 Subject: [PATCH] feat(sway): Switch to US keyboard layout --- .config/sway/conf.d/input | 4 ++-- .config/sway/conf.d/keybinds | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.config/sway/conf.d/input b/.config/sway/conf.d/input index 38b0f40..8dabe5a 100644 --- a/.config/sway/conf.d/input +++ b/.config/sway/conf.d/input @@ -3,8 +3,8 @@ # =================== # input "type:keyboard" { - xkb_layout de - xkb_variant nodeadkeys + xkb_layout us + xkb_variant altgr-intl xkb_options caps:escape xkb_numlock enable } diff --git a/.config/sway/conf.d/keybinds b/.config/sway/conf.d/keybinds index 8cef1d0..8390c8d 100644 --- a/.config/sway/conf.d/keybinds +++ b/.config/sway/conf.d/keybinds @@ -24,12 +24,9 @@ # Lock the screen bindsym $altgr+l exec swaylock -c 000000 + bindsym $alt+l exec swaylock -c 000000 #bindsym $altgr+l exec ~/.local/bin/scripts/lock_script - # Start wlogout - #bindsym $altgr+Shift+l exec wlogout - bindsym $altgr+Shift+l exec wlogout - # Select area for screenshot and copy to clipboard bindsym $mod+Shift+s exec IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG