658 current 2024-05-21 12:09:06 24.05.20240521.d3cda6a 6.8.6-zen1 *
This commit is contained in:
parent
d138814f48
commit
a812d17390
3 changed files with 6 additions and 4 deletions
4
env/wayland/default.nix
vendored
4
env/wayland/default.nix
vendored
|
|
@ -26,8 +26,8 @@
|
|||
environment = {
|
||||
variables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
# __GL_GSYNC_ALLOWED = "0";
|
||||
# __GL_VRR_ALLOWED = "0";
|
||||
__GL_GSYNC_ALLOWED = "0";
|
||||
__GL_VRR_ALLOWED = "0";
|
||||
_JAVA_AWT_WM_NONEREPARENTING = "1";
|
||||
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||
DISABLE_QT5_COMPAT = "0";
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
__NV_PRIME_RENDER_OFFLOAD = "1";
|
||||
__VK_LAYER_NV_optimus = "NVIDIA_only";
|
||||
NVD_BACKEND = "direct";
|
||||
__GL_GSYNC_ALLOWED = "1";
|
||||
__GL_VRR_ALLOWED = "1";
|
||||
# __GL_GSYNC_ALLOWED = "1";
|
||||
# __GL_VRR_ALLOWED = "1";
|
||||
XWAYLAND_NO_GLAMOR = "1";
|
||||
__GL_MaxFramesAllowed = "1";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@
|
|||
"slack"
|
||||
];
|
||||
|
||||
"debug:disable_logs" = false;
|
||||
|
||||
general = {
|
||||
# gaps
|
||||
gaps_in = 6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue