aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/scripts/window-switcher
blob: 39483a2982869ddd8de8b3d96aaedb5cb26c6e3d (plain)
1
2
3
4
5
6
7
#!/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