8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
# Switches to the given keyboard (argument) and sets
|
|
##
|
|
|
|
setxkbmap us -variant "$1" -option ctrl:nocaps
|