Add hyprland client rules
This commit is contained in:
parent
14cefceba4
commit
5d127b4274
|
@ -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]"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
htop
|
||||
ghostscript
|
||||
waypipe
|
||||
inputs.worktimer.packages.${pkgs.system}.default
|
||||
usbutils
|
||||
|
|
Loading…
Reference in New Issue