diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-25 11:54:06 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-25 11:54:06 +0800 |
commit | 7ac38822ea70d6db8ab99f931f5cea45b58ae97c (patch) | |
tree | 0fa0bd904f463847d41a0a84acd954262067a483 /hyperfi | |
parent | e16839c6ea2a1455effd08c43dda273956609196 (diff) | |
download | hyperfi-7ac38822ea70d6db8ab99f931f5cea45b58ae97c.tar.lz hyperfi-7ac38822ea70d6db8ab99f931f5cea45b58ae97c.tar.xz hyperfi-7ac38822ea70d6db8ab99f931f5cea45b58ae97c.zip |
Remove unused code
localectl
Diffstat (limited to 'hyperfi')
-rw-r--r-- | hyperfi | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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="" |