hypr: rules added
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
./hypr/binds.nix
|
||||
./hypr/general.nix
|
||||
./hypr/exec.nix
|
||||
./hypr/rules.nix
|
||||
];
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
windowrulev2 = [
|
||||
"float, class:^(org\.hakase\..*)$"
|
||||
"center, class:^(org\.hakase\..*)$"
|
||||
"size 80% 70%, class:^(org\.hakase\..*)$" # Example using percentages
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
../../script/hakase-scripts.nix
|
||||
../../scripts/hakase-scripts.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user