sway: add keyboard layout switcher for us,gr

This commit is contained in:
Protesilaos Stavrou 2024-03-22 15:31:58 +02:00
parent 2c3c1be733
commit a9d695b324
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -85,6 +85,14 @@ client.urgent #a60000 #a60000 #ffffff #ffa200 #a60000
# client.placeholder
client.background #000000
### Keyboard layouts
# Check manpage of xkeyboard-config(7) for the details.
input * {
xkb_layout "us,gr"
xkb_options "grp:win_space_toggle"
}
### Key bindings
# Start a terminal
@ -175,7 +183,7 @@ bindsym $mod+t layout toggle tabbed split
bindsym $mod+f fullscreen
# Toggle the current focus between tiling and floating mode
bindsym $mod+space floating toggle
bindsym $mod+Shift+space floating toggle
### Status Bar: