hyprland/settings.nix: enable compose:102, disable update news

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit e43afac1c8

View file

@ -35,7 +35,7 @@ in {
input = {
kb_layout = "us,ru";
kb_variant = ",phonetic_winkeys";
kb_options = "grp:rctrl_rshift_toggle,";
kb_options = "grp:rctrl_rshift_toggle, compose:102";
follow_mouse = true;
@ -57,6 +57,8 @@ in {
no_border_on_floating = true;
};
ecosystem.no_update_news = true;
plugin = {
hyprsplit = {
num_workspaces = 10;