Initial commit
This commit is contained in:
commit
22bc368133
20 changed files with 1145 additions and 0 deletions
5
dot_config/i3/scripts/executable_keyboard-switch
Normal file
5
dot_config/i3/scripts/executable_keyboard-switch
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
KBD=$(/usr/bin/xkblayout-state print '%s')
|
||||
echo $KBD
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue