setup cursor correctly
This commit is contained in:
parent
384cb9064d
commit
b33440435a
|
@ -296,9 +296,8 @@ in {
|
|||
};
|
||||
home.pointerCursor = {
|
||||
name = "capitaine-cursors";
|
||||
size = 32;
|
||||
package = pkgs.capitaine-cursors;
|
||||
x11.enable = true;
|
||||
gtk.enable = true;
|
||||
};
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
|
|
@ -71,6 +71,10 @@ in {
|
|||
repeat_rate = "30";
|
||||
repeat_delay = "200";
|
||||
};
|
||||
# setup cursor based on home.pointerCursor
|
||||
seat."*" = {
|
||||
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
||||
};
|
||||
assigns = {
|
||||
"10" = [
|
||||
{ app_id = ".*[Tt]elegram.*"; }
|
||||
|
|
Loading…
Reference in a new issue