summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/algernon/tools
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2016-12-28 19:27:48 +0100
committerGergely Nagy <algernon@madhouse-project.org>2016-12-28 19:27:48 +0100
commiteb588d630cdaf6be8ad7514c4b22025aefaa6992 (patch)
treecae8e90d1b9f9d4399d2edc11b32958e5eb58850 /keyboards/ergodox/keymaps/algernon/tools
parent223cffd92f44311612aacbfb3358ec7a33a68d74 (diff)
ergodox: Update algernon's keymap to v1.10
Miscellaneous ============= * `µ` can now be entered with UCIS. * `™` can now be entered with UCIS. Tools ===== * `tools/hid-commands` can now find Banshee, and prefers it over Kodi. * `tools/hid-commands` can now find Chrome too, not juts Chromium. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/tools')
-rwxr-xr-xkeyboards/ergodox/keymaps/algernon/tools/hid-commands5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/ergodox/keymaps/algernon/tools/hid-commands b/keyboards/ergodox/keymaps/algernon/tools/hid-commands
index a29d38f414..54ca7556ab 100755
--- a/keyboards/ergodox/keymaps/algernon/tools/hid-commands
+++ b/keyboards/ergodox/keymaps/algernon/tools/hid-commands
@@ -16,7 +16,8 @@ _cmd_appsel () {
}
cmd_appsel_music () {
- wmctrl -x -a rhythmbox || wmctrl -x -a spotify || wmctrl -x -a kodi || true
+ wmctrl -x -a rhythmbox || wmctrl -x -a spotify || \
+ wmctrl -x -a banshee || wmctrl -x -a kodi || true
xdotool key Escape
}
@@ -33,7 +34,7 @@ cmd_appsel_term () {
}
cmd_appsel_chrome () {
- _cmd_appsel chromium
+ _cmd_appsel chrom
}
cmd_appsel_start () {