set xwayland primary output on gamemode start
This commit is contained in:
parent
51efe15fdc
commit
7b4da2e4cf
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
xrandr --output "$(xrandr | grep -Eo '^DP-[0-9]' | head -1)" --primary
|
||||||
|
|
||||||
systemctl --user stop gammastep
|
systemctl --user stop gammastep
|
||||||
sudo systemctl stop docker.service docker.socket
|
sudo systemctl stop docker.service docker.socket
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue