1
0
Fork 0

Update home/.local/bin/gamemode-start

This commit is contained in:
Massaki Archambault 2024-07-10 18:50:04 -04:00
parent d5075b3fe0
commit 2e6cde80e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
xrandr --output "$(xrandr | grep -Eo '^DP-[0-9]' | head -1)" --primary xrandr --output "$(xrandr | grep '+0+' | grep -Eo '^DP-[0-9]')" --primary
systemctl --user stop gammastep systemctl --user stop gammastep
sudo systemctl stop docker.service docker.socket sudo systemctl stop docker.service docker.socket