Skip to content

Commit

Permalink
fix hyprland rule set for alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
Gako358 committed Mar 18, 2024
1 parent e473575 commit d9106a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions home/programs/config/hyprland/hyprpaper.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{ pkgs, ... }:
let
wallpaper = "/home/merrinx/Sources/archive/images/wallpapers/epic-red-nature.png";
in
{
{pkgs, ...}: let
wallpaper = "/home/merrinx/Sources/archive/images/wallpapers/digital_streets.jpg";
in {
home.packages = with pkgs; [
hyprpaper
];
Expand Down
4 changes: 4 additions & 0 deletions home/programs/config/hyprland/rules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
windowrule = float, title:^(Spotify Premium)$
windowrule = float, title:^(ranger)$
windowrule = float, title:^(btop)$
windowrule = opacity 0.84 override 0.64 override, ^(Alacritty)$
''
else ''
windowrule = float, ^(Rofi)$
Expand Down Expand Up @@ -61,5 +63,7 @@
windowrule = float, title:^(Spotify Premium)$
windowrule = float, title:^(ranger)$
windowrule = float, title:^(btop)$
windowrule = opacity 0.84 override 0.64 override, ^(Alacritty)$
'';
}

0 comments on commit d9106a8

Please sign in to comment.