feat(sway): Switch to US keyboard layout

This commit is contained in:
histalek 2024-01-19 16:32:00 +01:00
parent 3eef30b94c
commit 74b697c75a
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE
2 changed files with 3 additions and 6 deletions

View file

@ -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
}

View file

@ -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