refactor(firefox): moved hypr rule firefox opacity to firefox default.nix instead.

organized even more.
This commit is contained in:
kenji
2026-03-29 08:11:10 -05:00
parent 6b5dedb3e6
commit a4f0cbb017
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@
];
windowrulev2 = [
"opacity 0.99 0.99, class:(?i)(firefox|youtube|jellyfin)"
"workspace special:youtube, class:^(youtube)$"
"workspace special:jellyfin, class:^(jellyfin)$"
];
-1
View File
@@ -4,7 +4,6 @@
# Make all inactive windows transparent
"opacity 0.99 0.8, class:.*"
# But make Firefox windows opaque again (last rule wins)
"opacity 0.99 0.99, class:(?i)(firefox|youtube|jellyfin)"
"float, title:(?i)bitwarden"
];
workspace = [