fix cursors

This commit is contained in:
Sean Kovacs 2025-12-14 10:13:58 -05:00
commit 55d89a12d7
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 62 additions and 6 deletions

View file

@ -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;