blob: a2b9218a2338500a8fe6832533ccce8170427a9f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env bash
#windowname="$(dmenu -p 'Enter New Window Name. Then, Select the Window to Change' <&-)"
#xdotool selectwindow set_window --class "$windowname"
##if [ -z "$1" ];
##then
##else
## xdotool getactivewindow set_window --class "$1"
##fi
#if [ -z "$2" ]; then echo -en "\e]0;$2\a"; fi
#xsetroot -name ""
|