aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-11-23 02:56:42 -0500
committertdro <tdro@users.noreply.github.com>2020-11-23 02:56:42 -0500
commit608ac8edc9a90d1ddeb8de5e005377ba851089ad (patch)
tree9e463066d5de79d256f8865c35784d274c6d02ea /.local
parent10959815772f296776ac1c05a097f8a1150bb460 (diff)
downloaddotfiles-608ac8edc9a90d1ddeb8de5e005377ba851089ad.tar.gz
dotfiles-608ac8edc9a90d1ddeb8de5e005377ba851089ad.tar.bz2
dotfiles-608ac8edc9a90d1ddeb8de5e005377ba851089ad.zip
.local/bin/scripts/window-switcher: Add prompt
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/scripts/window-switcher4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/scripts/window-switcher b/.local/bin/scripts/window-switcher
index f6ea9e5..39483a2 100755
--- a/.local/bin/scripts/window-switcher
+++ b/.local/bin/scripts/window-switcher
@@ -1,7 +1,7 @@
-#!/bin/sh
+#!/bin/sh -eu
# Copyright 2013 Tom Vincent <http://tlvince.com/contact/>
-wmctrl -l | cut -d' ' -f 1,5- | dmenu -f -i -b | cut -d' ' -f 1 | xargs wmctrl -ia
+wmctrl -l | cut -d' ' -f 1,5- | dmenu -f -i -b -p Switch | cut -d' ' -f 1 | xargs wmctrl -ia
# Rofi
#rofi -no-disable-history -show window -theme-str '#prompt { enabled: false; }' -window-format {t} -font "ubuntu 12" -padding 15 -lines 1