diff options
Diffstat (limited to 'dot_config/i3/scripts/executable_keyboard-layout')
-rw-r--r-- | dot_config/i3/scripts/executable_keyboard-layout | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/i3/scripts/executable_keyboard-layout b/dot_config/i3/scripts/executable_keyboard-layout new file mode 100644 index 0000000..9a3e314 --- /dev/null +++ b/dot_config/i3/scripts/executable_keyboard-layout | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/usr/bin/env bash | ||
2 | |||
3 | KBD=$(/usr/bin/xkblayout-state print '%s') | ||
4 | echo $KBD | ||
5 | |||