aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
committerclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
commitd2d735742ca61b211c9b48a2209d36395daebcf4 (patch)
treebda27729a1bbac3ab354a1f10d4885899cdbf967 /dot_config/i3/scripts/executable_keyboard-layout
parenta6d2e5e6fb9adc84c32e86630b4846b1765c7d77 (diff)
downloaddotfiles-d2d735742ca61b211c9b48a2209d36395daebcf4.tar.gz
+ add existing config
Diffstat (limited to 'dot_config/i3/scripts/executable_keyboard-layout')
-rw-r--r--dot_config/i3/scripts/executable_keyboard-layout5
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
3KBD=$(/usr/bin/xkblayout-state print '%s')
4echo $KBD
5
Powered by cgit v1.2.3 (git 2.41.0)