10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
bspc wm -r
|
|
|
|
if [[ $(cat /etc/hostname) == "uzui" ]]; then
|
|
"${XDG_CONFIG_HOME}"/bin/uzui/monitor_connect "$@"
|
|
fi
|
|
|
|
bspc wm -r
|