tangled
alpha
login
or
join now
deephackontech.bsky.social
/
hyperdeepnix
0
fork
atom
Deephack's Hyperland config based on omarchy-nix from Henry Sipp and in turn of course inspired by Omarchy.
0
fork
atom
overview
issues
2
pulls
pipelines
Adjust popup sizes
deephackontech.bsky.social
4 months ago
09aff7a1
fcfac73e
+3
-2
1 changed file
expand all
collapse all
unified
split
modules
home-manager
hyprland
windows.nix
+3
-2
modules/home-manager/hyprland/windows.nix
reviewed
···
1
1
{
2
2
...
3
3
-
}: {
3
3
+
}:
4
4
+
{
4
5
wayland.windowManager.hyprland.settings = {
5
6
windowrule = [
6
7
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
···
40
41
41
42
# Float in the middle for clipse clipboard manager
42
43
"float, class:(com.markd.clipse|com.markd.nmtui)"
43
43
-
"size 800 700, class:(com.markd.clipse|com.markd.nmtui)"
44
44
+
"size 1433 744, class:(com.markd.clipse|com.markd.nmtui)"
44
45
"stayfocused, class:(com.markd.clipse|com.markd.nmtui)"
45
46
];
46
47