aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/scripts/window-switcher
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/scripts/window-switcher')
-rwxr-xr-x.local/bin/scripts/window-switcher7
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/scripts/window-switcher b/.local/bin/scripts/window-switcher
deleted file mode 100755
index 39483a2..0000000
--- a/.local/bin/scripts/window-switcher
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -eu
-
-# Copyright 2013 Tom Vincent <http://tlvince.com/contact/>
-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