dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.local/bin/unimon

13 lines
444 B
Plaintext
Raw Normal View History

#!/bin/sh
pri=$(xrandr -q | awk '/ connected/ {print $1}' | sed -sn 1p)
xrandr --output "$pri" --primary --auto --scale 1.0x1.0 "$(xrandr -q | awk '/ disconnected/ {print "--output", $1, "--off"}' | paste -sd ' ')"
if [ -e /tmp/bspwm_0_0-socket ]; then
2020-06-03 14:23:45 +00:00
bspc config remove_disabled_monitors
bspc config remove_unplugged_monitors
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
bspc rule -a Firefox:Navigator state=tiled, desktop='^2'
fi