aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/window-switcher
blob: b19de6812f28bab2c164fb773f24b41828123665 (plain)
1
2
3
#!/bin/sh -eu
wmctrl -l | dmenu -f -i -b -p 'Switch' | awk '{ print $1 }' | xargs wmctrl -ia
#rofi -no-disable-history -show window -theme-str '#prompt { enabled: false; }' -window-format {t} -font "ubuntu 12" -padding 15 -lines 1