tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
update hyprland config
0xda157
2 months ago
e45cce25
cc4c21d1
0/1
check.yml
failed
33s
+14
-14
1 changed file
expand all
collapse all
unified
split
modules
home
desktops
hyprland
default.nix
+14
-14
modules/home/desktops/hyprland/default.nix
···
65
65
layout = "dwindle";
66
66
67
67
layerrule = [
68
68
-
"blur,waybar"
69
69
-
"blur,launcher"
70
70
-
"blur,rofi"
71
71
-
"ignorezero,rofi"
72
72
-
"blur,vicinae"
73
73
-
"ignorealpha 0, vicinae"
74
74
-
"noanim, vicinae"
75
75
-
"blur,notifications"
76
76
-
"ignorezero,notifications"
68
68
+
"blur on, match:class waybar"
69
69
+
"blur on, match:class launcher"
70
70
+
"blur on, match:class rofi"
71
71
+
"ignore_alpha 0, match:class rofi"
72
72
+
"blur on, match:class vicinae"
73
73
+
"ignore_alpha 0, match:class vicinae"
74
74
+
"no_anim on, match:class vicinae"
75
75
+
"blur on, match:class notifications"
76
76
+
"ignore_alpha 0, match:class notifications"
77
77
];
78
78
};
79
79
···
137
137
workspace = [ "s[true],gapsout:40" ];
138
138
139
139
windowrule = [
140
140
-
"suppressevent maximize, class:.*" # You'll probably like this.
141
141
-
"pseudo,title:fcitx"
142
142
-
"float, onworkspace:s[true]"
143
143
-
"float,title:^(Picture-in-Picture)"
144
144
-
"pin,title:^(Picture-in-Picture)"
140
140
+
"suppress_event maximize, match:class .*" # You'll probably like this.
141
141
+
"pseudo on,match:title fcitx"
142
142
+
"float on, match:workspace s[true]"
143
143
+
"float on, match:title Picture-in-Picture"
144
144
+
"pin on, match:title Picture-in-Picture"
145
145
];
146
146
147
147
monitor =