add some hypr rules, zsh cli, add steam, fix scaling
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user