diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-18 09:48:36 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-18 09:48:36 -0400 |
commit | 26144d2d4444db51bbf664631e91c8acce9977dd (patch) | |
tree | cb6fb28c39e16b4c56bf66fd192780662a1c8a35 | |
parent | update commits (diff) | |
download | dotfiles-nix-26144d2d4444db51bbf664631e91c8acce9977dd.tar.gz dotfiles-nix-26144d2d4444db51bbf664631e91c8acce9977dd.tar.bz2 dotfiles-nix-26144d2d4444db51bbf664631e91c8acce9977dd.zip |
update hyprland config
Diffstat (limited to '')
-rw-r--r-- | programs/hypr/hyprland.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/programs/hypr/hyprland.nix b/programs/hypr/hyprland.nix index d70a587..5cda2c5 100644 --- a/programs/hypr/hyprland.nix +++ b/programs/hypr/hyprland.nix @@ -152,7 +152,7 @@ in { kb_layout = "us"; kb_variant = ""; kb_model = ""; - kb_options = "gtp:alt_shit_toggle, compose:ralt"; + kb_options = "gtp:alt_shift_toggle, compose:ralt"; kb_rules = ""; follow_mouse = 1; touchpad = { @@ -328,8 +328,15 @@ in { disable_splash_rendering = true; key_press_enables_dpms = true; mouse_move_enables_dpms = true; + enable_anr_dialog = false; vrr = 1; }; + + # Ecosystem + ecosystem = { + no_update_news = true; + no_donation_nag = true; + }; }; # end settings }; # end hyprland }; # end home-manager |