sddm cursor size
This commit is contained in:
parent
6da6ab31ed
commit
79de44c84b
1 changed files with 10 additions and 5 deletions
|
|
@ -38,11 +38,16 @@ in {
|
|||
compositorCommand =
|
||||
"${pkgs.kwin}/bin/kwin_wayland --no-global-shortcuts --no-lockscreen --locale1";
|
||||
};
|
||||
settings.General = {
|
||||
GreeterEnvironment =
|
||||
"QT_PLUGIN_PATH=${pkgs.plasma5Packages.layer-shell-qt}/${pkgs.plasma5Packages.qtbase.qtPluginPrefix},QT_WAYLAND_SHELL_INTEGRATION=layer-shell,XKB_DEFAULT_KEYMAP=en";
|
||||
InputMethod = "";
|
||||
CursorTheme = "breeze_cursors";
|
||||
settings = {
|
||||
Theme = {
|
||||
CursorTheme = "breeze_cursors";
|
||||
CursorSize = "24";
|
||||
};
|
||||
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 = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue