feat(sway): Switch to US keyboard layout
This commit is contained in:
parent
3eef30b94c
commit
74b697c75a
2 changed files with 3 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
||||||
# =================== #
|
# =================== #
|
||||||
|
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
xkb_layout de
|
xkb_layout us
|
||||||
xkb_variant nodeadkeys
|
xkb_variant altgr-intl
|
||||||
xkb_options caps:escape
|
xkb_options caps:escape
|
||||||
xkb_numlock enable
|
xkb_numlock enable
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,12 +24,9 @@
|
||||||
|
|
||||||
# Lock the screen
|
# Lock the screen
|
||||||
bindsym $altgr+l exec swaylock -c 000000
|
bindsym $altgr+l exec swaylock -c 000000
|
||||||
|
bindsym $alt+l exec swaylock -c 000000
|
||||||
#bindsym $altgr+l exec ~/.local/bin/scripts/lock_script
|
#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
|
# 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
|
bindsym $mod+Shift+s exec IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue