Compare commits
2 commits
9869cc91a0
...
193e68fd86
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | 193e68fd86 | ||
Dmitry Voronin | bce9ad204d |
|
@ -1,16 +1,11 @@
|
|||
{ util, ... }: {
|
||||
config = util.trimTabs ''
|
||||
af=16
|
||||
blacklist=example
|
||||
fps_limit=165
|
||||
fps_limit_method=early
|
||||
fps_sampling_period=1000
|
||||
frame_timing=0
|
||||
gl_vsync=1
|
||||
preset=0,1,2
|
||||
toggle_preset=F1
|
||||
toggle_logging=F2
|
||||
vsync=3
|
||||
'';
|
||||
|
||||
presets = util.trimTabs ''
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
output * scale 1
|
||||
output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" mode 3440x1440@59.973Hz adaptive_sync off pos 0,1080
|
||||
output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" transform 180 mode 1920x1080@60.000Hz pos 780,0
|
||||
output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" pos 0,1080
|
||||
output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" transform 180 pos 780,0
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
function gamingon() {
|
||||
on() {
|
||||
swaymsg "output \"Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622\" adaptive_sync on"
|
||||
swaymsg "output \"Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622\" mode 3440x1440@164.999Hz"
|
||||
# swaymsg "output \"Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622\" mode 3440x1440@164.999Hz"
|
||||
swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" adaptive_sync on"
|
||||
swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" mode 1920x1080@144.000Hz"
|
||||
# swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" mode 1920x1080@144.000Hz"
|
||||
_gamingstate on
|
||||
}
|
||||
_sway_iterate_sockets on
|
||||
|
@ -16,9 +16,9 @@
|
|||
function gamingoff() {
|
||||
off() {
|
||||
swaymsg "output \"Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622\" adaptive_sync off"
|
||||
swaymsg "output \"Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622\" mode 3440x1440@59.973Hz"
|
||||
# swaymsg "output \"Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622\" mode 3440x1440@59.973Hz"
|
||||
swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" adaptive_sync off"
|
||||
swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" mode 1920x1080@60.000Hz"
|
||||
# swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" mode 1920x1080@60.000Hz"
|
||||
_gamingstate off
|
||||
}
|
||||
_sway_iterate_sockets off
|
||||
|
|
Loading…
Reference in a new issue