mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
sway: add keyboard layout switcher for us,gr
This commit is contained in:
parent
2c3c1be733
commit
a9d695b324
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue