feat: more sway config

This commit is contained in:
Patrick Großmann 2023-09-01 20:49:41 +02:00
parent 0fb034fa2b
commit 100046cb4e
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 6 additions and 0 deletions

View file

@ -8,8 +8,12 @@
"*" = {
xkb_layout = "de";
xkb_variant = "bone";
repeat_delay = "350";
repeat_rate = "60";
};
};
};
};
# Cursor invisible
home.sessionVariables.WLR_NO_HARDWARE_CURSORS = 1;
}

View file

@ -16,6 +16,7 @@
# for electron signal app state
".config/signal"
".config/discord"
];
};
};

View file

@ -3,6 +3,7 @@
packages = with pkgs; [
nextcloud-client
heroic
discord
];
};
}