hyprland/settings.nix: enable compose:102, disable update news
This commit is contained in:
parent
3a3dc55f01
commit
e43afac1c8
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@ in {
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us,ru";
|
kb_layout = "us,ru";
|
||||||
kb_variant = ",phonetic_winkeys";
|
kb_variant = ",phonetic_winkeys";
|
||||||
kb_options = "grp:rctrl_rshift_toggle,";
|
kb_options = "grp:rctrl_rshift_toggle, compose:102";
|
||||||
|
|
||||||
follow_mouse = true;
|
follow_mouse = true;
|
||||||
|
|
||||||
|
@ -57,6 +57,8 @@ in {
|
||||||
no_border_on_floating = true;
|
no_border_on_floating = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ecosystem.no_update_news = true;
|
||||||
|
|
||||||
plugin = {
|
plugin = {
|
||||||
hyprsplit = {
|
hyprsplit = {
|
||||||
num_workspaces = 10;
|
num_workspaces = 10;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue