Sway : Add vrron and vrroff switches.

This commit is contained in:
Dmitry Voronin 2024-03-29 05:57:38 +03:00
parent 8222ff74bb
commit 2bff660499
2 changed files with 6 additions and 0 deletions

3
module/sway/bin/vrroff Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
swaymsg 'output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" adaptive_sync off'

3
module/sway/bin/vrron Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
swaymsg 'output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" adaptive_sync on'