Add hyprland client rules

This commit is contained in:
Thomas Avé 2025-07-23 09:47:07 +02:00
parent 14cefceba4
commit 5d127b4274
2 changed files with 5 additions and 1 deletions

View File

@ -145,13 +145,16 @@ in {
"WLR_RENDERER_ALLOW_SOFTWARE,1"
];
debug = { disable_logs = false; };
windowrulev2 = [
windowrule = [
"float, title:^(rofi)(.*)$"
"center, title:^(rofi)(.*)$"
"noborder, title:^(rofi)(.*)$"
"stayfocused, title:^()$,class:^(steam)$"
"minsize 1 1, title:^()$,class:^(steam)$"
"stayfocused, title:^()$,class:^(steam)$"
"workspace 8, class:thunderbird"
"workspace 9, class:spotify"
"workspace 10, class:Slack"
"bordersize 0, floating:0, onworkspace:w[tv1]"
"rounding 0, floating:0, onworkspace:w[tv1]"
"bordersize 0, floating:0, onworkspace:f[1]"

View File

@ -18,6 +18,7 @@
programs.home-manager.enable = true;
home.packages = with pkgs; [
htop
ghostscript
waypipe
inputs.worktimer.packages.${pkgs.system}.default
usbutils