add some hypr rules, zsh cli, add steam, fix scaling

This commit is contained in:
2025-12-19 07:04:38 +03:00
parent 9ec7a410f1
commit 6c36a5ec30
11 changed files with 240 additions and 172 deletions
+3 -1
View File
@@ -8,9 +8,9 @@
# ./hyprland/env.nix
# ./hyprland/execs.nix
# ./hyprland/general.nix
# ./hyprland/rules.nix
# ./hyprland/colors.nix
# ./hyprland/active.nix
./hyprland/rules.nix
./hyprland/keybinds.nix # done
./hyprlock.nix # done
./hypridle.nix # done
@@ -45,6 +45,8 @@
enable = true;
plugins = [ pkgs.hyprlandPlugins.hyprexpo ];
settings = {
xwayland = { force_zero_scaling = true; };
layerrule = [ "noanim, vicinae" "blur,vicinae" "ignorealpha 0, vicinae" ];
env = [ "XCURSOR_SIZE,24" "HYPRCURSOR_SIZE,24" ];