dotfiles/scripts/display_change

10 lines
139 B
Plaintext
Raw Permalink Normal View History

2023-10-10 16:53:57 -04:00
#!/bin/sh
2023-10-10 17:03:25 -04:00
bspc wm -r
2023-10-10 16:53:57 -04:00
if [[ $(cat /etc/hostname) == "uzui" ]]; then
"${XDG_CONFIG_HOME}"/bin/uzui/monitor_connect "$@"
fi
2023-10-10 17:03:25 -04:00
bspc wm -r