diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_kbindicator')
| -rw-r--r-- | home/dot_local/share/bin/executable_kbindicator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_kbindicator b/home/dot_local/share/bin/executable_kbindicator index 6ffcd53..0ea338e 100644 --- a/home/dot_local/share/bin/executable_kbindicator +++ b/home/dot_local/share/bin/executable_kbindicator @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh query_kb_layout() { CONTROLLER="$(qdbus 'org.fcitx.Fcitx5' '/controller' 'org.fcitx.Fcitx.Controller1.CurrentInputMethod')" case $CONTROLLER in |