summaryrefslogtreecommitdiff
path: root/x11/settitle
blob: 7cdd7d107f73ba16ff5d8ae2c5bba736991a7aa7 (plain)
1
2
3
4
#!/bin/sh
xdotool set_window --class "$2" $(xdotool search --pid $1) # command chaining doesnt work for some reason
#xdotool getactivewindow set_window --class "$1"
#[ -z "$2" ] && echo -n "\e]0;$2\a"