fix cursors
This commit is contained in:
parent
7d3236a75f
commit
7772bb6b67
3 changed files with 62 additions and 6 deletions
|
|
@ -41,6 +41,8 @@
|
|||
environment = {
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
DISPLAY = null;
|
||||
XCURSOR_THEME = config.userOptions.cursor.name;
|
||||
XCURSOR_SIZE = toString config.userOptions.cursor.size;
|
||||
};
|
||||
outputs = {
|
||||
"eDP-1" = {
|
||||
|
|
@ -56,8 +58,8 @@
|
|||
cursor = {
|
||||
hide-when-typing = true;
|
||||
hide-after-inactive-ms = 2000;
|
||||
size = config.gtk.cursorTheme.size;
|
||||
theme = config.gtk.cursorTheme.name;
|
||||
size = config.userOptions.cursor.size;
|
||||
theme = config.userOptions.cursor.name;
|
||||
};
|
||||
layout = {
|
||||
gaps = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue