niri: potentially fix cursor theme in some applications
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
7827d05eb7
commit
cf486d7735
1 changed files with 9 additions and 3 deletions
|
@ -45,12 +45,18 @@ in {
|
||||||
mapAttrs (name: value: toString value)
|
mapAttrs (name: value: toString value)
|
||||||
config.home-manager.users.${config.custom.username}.home.sessionVariables;
|
config.home-manager.users.${config.custom.username}.home.sessionVariables;
|
||||||
|
|
||||||
cursor = {
|
# https://github.com/YaLTeR/niri/wiki/Configuration:-Miscellaneous#cursor
|
||||||
|
cursor = with config.home-manager.users.${config.custom.username}.home.pointerCursor; {
|
||||||
|
inherit size;
|
||||||
hide-after-inactive-ms = 1000 * 15; # Milliseconds
|
hide-after-inactive-ms = 1000 * 15; # Milliseconds
|
||||||
hide-when-typing = true;
|
hide-when-typing = true;
|
||||||
|
theme = name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://github.com/YaLTeR/niri/wiki/Configuration:-Miscellaneous#hotkey-overlay
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
|
|
||||||
|
# https://github.com/YaLTeR/niri/wiki/Configuration:-Miscellaneous#prefer-no-csd
|
||||||
prefer-no-csd = true;
|
prefer-no-csd = true;
|
||||||
|
|
||||||
# https://github.com/YaLTeR/niri/wiki/Configuration:-Switch-Events
|
# https://github.com/YaLTeR/niri/wiki/Configuration:-Switch-Events
|
||||||
|
|
Loading…
Add table
Reference in a new issue