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 =
|
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 = "";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue