1
0
Fork 0
dotfiles/home/dot_local/bin/executable_gamemode-stop

11 lines
233 B
Plaintext
Raw Normal View History

2023-10-02 03:34:08 +00:00
#!/bin/bash
swaymsg 'output "DP-4" enable'
swaymsg 'output * adaptive_sync off'
systemctl --user start gammastep
2023-11-09 04:06:25 +00:00
sudo systemctl start docker
sudo bash -c 'echo auto >/sys/class/drm/card2/device/power_dpm_force_performance_level'