0xda157's home-manager and nixos config

update hyprland config

0xda157 e45cce25 cc4c21d1

+14 -14
+14 -14
modules/home/desktops/hyprland/default.nix
··· 65 layout = "dwindle"; 66 67 layerrule = [ 68 - "blur,waybar" 69 - "blur,launcher" 70 - "blur,rofi" 71 - "ignorezero,rofi" 72 - "blur,vicinae" 73 - "ignorealpha 0, vicinae" 74 - "noanim, vicinae" 75 - "blur,notifications" 76 - "ignorezero,notifications" 77 ]; 78 }; 79 ··· 137 workspace = [ "s[true],gapsout:40" ]; 138 139 windowrule = [ 140 - "suppressevent maximize, class:.*" # You'll probably like this. 141 - "pseudo,title:fcitx" 142 - "float, onworkspace:s[true]" 143 - "float,title:^(Picture-in-Picture)" 144 - "pin,title:^(Picture-in-Picture)" 145 ]; 146 147 monitor =
··· 65 layout = "dwindle"; 66 67 layerrule = [ 68 + "blur on, match:class waybar" 69 + "blur on, match:class launcher" 70 + "blur on, match:class rofi" 71 + "ignore_alpha 0, match:class rofi" 72 + "blur on, match:class vicinae" 73 + "ignore_alpha 0, match:class vicinae" 74 + "no_anim on, match:class vicinae" 75 + "blur on, match:class notifications" 76 + "ignore_alpha 0, match:class notifications" 77 ]; 78 }; 79 ··· 137 workspace = [ "s[true],gapsout:40" ]; 138 139 windowrule = [ 140 + "suppress_event maximize, match:class .*" # You'll probably like this. 141 + "pseudo on,match:title fcitx" 142 + "float on, match:workspace s[true]" 143 + "float on, match:title Picture-in-Picture" 144 + "pin on, match:title Picture-in-Picture" 145 ]; 146 147 monitor =