Derive primary
This commit is contained in:
parent
ec6667f1f4
commit
28db94c9fd
1 changed files with 2 additions and 2 deletions
4
xoutput
4
xoutput
|
@ -5,8 +5,8 @@
|
|||
mode="${1:-normal}"
|
||||
location="${2:-above}"
|
||||
resolution="${3:-1024x768}"
|
||||
#primary="${4:-$(xrandr | awk '/primary/ { print $1 }')}"
|
||||
primary="eDP1"
|
||||
primary="${4:-$(xrandr | awk '/primary/ { print $1 }')}"
|
||||
|
||||
|
||||
xrandr=$(xrandr)
|
||||
disconnected=$(echo "$xrandr" | grep disconnected | cut -d' ' -f1)
|
||||
|
|
Loading…
Add table
Reference in a new issue