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>
This commit is contained in:
parent
223cffd92f
commit
eb588d630c
3 changed files with 21 additions and 6 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue