mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
8 lines
204 B
Bash
Executable File
8 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -n "$SWAYSOCK" ]; then
|
|
swaymsg input type:keyboard xkb_layout "us,ch"
|
|
swaymsg input type:keyboard xkb_variant "workman,de"
|
|
else
|
|
setxkbmap -layout us,ch -variant workman,de
|
|
fi |