feat: update for gtk/x11/xwayland

This commit is contained in:
Ryan Yin
2023-07-30 04:48:46 +08:00
parent 1e98f591f5
commit d370d96f47
4 changed files with 53 additions and 43 deletions

View File

@@ -44,18 +44,4 @@
"__GLX_VENDOR_LIBRARY_NAME" = "nvidia";
};
# set dpi for 4k monitor
xresources.properties = {
# dpi for Xorg's font
"Xft.dpi" = 162;
# or set a generic dpi
"*.dpi" = 162;
};
# set Xcursor.theme & Xcursor.size in ~/.Xresources automatically
home.pointerCursor = {
name = "Qogir-dark";
package = pkgs.qogir-theme;
size = 64;
};
}