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