aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/scripts/window-switcher
blob: f6ea9e5b73cb51c01a374c0ee3e293736f19356c (plain)
1
2
3
4
5
6
7
#!/bin/sh

# 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

# Rofi
#rofi -no-disable-history -show window -theme-str '#prompt { enabled: false; }' -window-format {t} -font "ubuntu 12" -padding 15 -lines 1