aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-05-25 11:54:06 +0800
committerJesús <heckyel@hyperbola.info>2022-05-25 11:54:06 +0800
commit7ac38822ea70d6db8ab99f931f5cea45b58ae97c (patch)
tree0fa0bd904f463847d41a0a84acd954262067a483
parente16839c6ea2a1455effd08c43dda273956609196 (diff)
downloadhyperfi-7ac38822ea70d6db8ab99f931f5cea45b58ae97c.tar.lz
hyperfi-7ac38822ea70d6db8ab99f931f5cea45b58ae97c.tar.xz
hyperfi-7ac38822ea70d6db8ab99f931f5cea45b58ae97c.zip
Remove unused code
localectl
-rw-r--r--hyperfi5
1 files changed, 0 insertions, 5 deletions
diff --git a/hyperfi b/hyperfi
index 7c6bfa2..4f5bb2e 100644
--- a/hyperfi
+++ b/hyperfi
@@ -1056,11 +1056,6 @@ archsethostname(){
}
archsetkeymap(){
- #items=$(localectl list-keymaps)
- #options=()
- #for item in ${items}; do
- # options+=("${item}" "")
- #done
items=$(find /usr/share/kbd/keymaps/ -type f -printf "%f\n" | sort -V)
options=()
defsel=""