summaryrefslogtreecommitdiff
path: root/x11/settitle
blob: df613cad8f46136e3a6bc1f8dd1b082d075fc694 (plain)
1
2
3
#!/usr/bin/env bash
xdotool getactivewindow set_window --class "$1"
[ -z "$2" ] && echo -en "\e]0;$2\a"