mirror of
https://git.davidovski.xyz/dot.git
synced 2026-07-14 04:50:21 +00:00
2 lines
99 B
Bash
Executable file
2 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
localectl list-x11-keymap-variants us | dmenu -p "kbd layout" | xargs setxkbmap -variant
|