aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-26 03:03:34 -0400
committertdro <tdro@users.noreply.github.com>2020-08-26 03:03:34 -0400
commit367b0eea91f566c475bb8009b5230de25daf5eeb (patch)
tree2361101072fb238f0217ef04487dcfb5a57b5629 /.local
parent4a389c24b58ceaf94dadc917648f3ce33ef31911 (diff)
downloaddotfiles-367b0eea91f566c475bb8009b5230de25daf5eeb.tar.gz
dotfiles-367b0eea91f566c475bb8009b5230de25daf5eeb.tar.bz2
dotfiles-367b0eea91f566c475bb8009b5230de25daf5eeb.zip
.local/bin/scripts/window-switcher: dmenu is king
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 d93ad31..f6ea9e5 100755
--- a/.local/bin/scripts/window-switcher
+++ b/.local/bin/scripts/window-switcher
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2013 Tom Vincent <http://tlvince.com/contact/>
-#wmctrl -l | cut -d' ' -f 1,5- | dmenu -f -i -b -p "Switch to" | cut -d' ' -f 1 | xargs wmctrl -ia
+wmctrl -l | cut -d' ' -f 1,5- | dmenu -f -i -b | 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
+#rofi -no-disable-history -show window -theme-str '#prompt { enabled: false; }' -window-format {t} -font "ubuntu 12" -padding 15 -lines 1