CHANGES
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -17,11 +17,28 @@
|
||||
"$mainMod" = "SUPER";
|
||||
|
||||
# Monitors
|
||||
monitor = [
|
||||
"HDMI-A-1, 3840x2160@120, 0x0, auto, bitdepth, 10"
|
||||
/*monitor = [
|
||||
"HDMI-A-1, 3840x2160@120, 0x0, auto, bitdepth, 10, cm, hdr, sdrsaturation, 1, sdrbrightness, 1.2, min_luminance = 0, max_luminance, 1200, max_avg_luminance, 200"
|
||||
"eDP-1, 2560x1600@60, 0x0, 1.6"
|
||||
"DP-1, highres@highrr, 0x0, 1"
|
||||
];
|
||||
];*/
|
||||
|
||||
monitorv2 = [
|
||||
{
|
||||
output = "HDMI-A-1";
|
||||
mode = "3840x2160@144";
|
||||
position = "0x0";
|
||||
scale = 1;
|
||||
bitdepth = 10;
|
||||
cm = "hdr";
|
||||
sdrbrightness = 1;
|
||||
sdrsaturation = 1;
|
||||
sdr_min_luminance = 0.005;
|
||||
sdr_max_luminance = 200;
|
||||
supports_hdr = 1;
|
||||
supports_wide_color = 1;
|
||||
}
|
||||
];
|
||||
|
||||
# Startup applications
|
||||
exec-once = [
|
||||
@@ -71,7 +88,7 @@
|
||||
gaps_out = 5;
|
||||
border_size = 2;
|
||||
layout = "dwindle";
|
||||
allow_tearing = false;
|
||||
allow_tearing = true;
|
||||
};
|
||||
|
||||
decoration = {
|
||||
@@ -114,14 +131,11 @@
|
||||
preserve_split = true;
|
||||
};
|
||||
|
||||
gestures = [
|
||||
"3, horizontal, workspace"
|
||||
];
|
||||
|
||||
misc = {
|
||||
force_default_wallpaper = 0;
|
||||
enable_anr_dialog = 0;
|
||||
vrr = 1;
|
||||
vrr = 2;
|
||||
};
|
||||
|
||||
bind = [
|
||||
|
||||
Reference in New Issue
Block a user