sddm cursor size

This commit is contained in:
William 2023-12-06 21:55:05 -03:00
parent 6da6ab31ed
commit 79de44c84b

View file

@ -38,11 +38,16 @@ in {
compositorCommand = compositorCommand =
"${pkgs.kwin}/bin/kwin_wayland --no-global-shortcuts --no-lockscreen --locale1"; "${pkgs.kwin}/bin/kwin_wayland --no-global-shortcuts --no-lockscreen --locale1";
}; };
settings.General = { settings = {
GreeterEnvironment = Theme = {
"QT_PLUGIN_PATH=${pkgs.plasma5Packages.layer-shell-qt}/${pkgs.plasma5Packages.qtbase.qtPluginPrefix},QT_WAYLAND_SHELL_INTEGRATION=layer-shell,XKB_DEFAULT_KEYMAP=en"; CursorTheme = "breeze_cursors";
InputMethod = ""; CursorSize = "24";
CursorTheme = "breeze_cursors"; };
General = {
GreeterEnvironment =
"QT_PLUGIN_PATH=${pkgs.plasma5Packages.layer-shell-qt}/${pkgs.plasma5Packages.qtbase.qtPluginPrefix},QT_WAYLAND_SHELL_INTEGRATION=layer-shell,XKB_DEFAULT_KEYMAP=us,XKB_DEFAULT_VARIANT=altgr-intl";
InputMethod = "";
};
}; };
}; };
}; };