Home Gen556 @ 2026-06-11-13:01 by jonas@comfy-station
This commit is contained in:
@@ -228,6 +228,7 @@
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
configType = "hyprlang"; # TODO: Adopt to lua
|
||||
settings = {
|
||||
exec-once = [
|
||||
"${pkgs.wpaperd}/bin/wpaperd &"
|
||||
@@ -356,11 +357,11 @@
|
||||
|
||||
layerrule = [
|
||||
# blur for wlogout
|
||||
"blur, logout_dialog"
|
||||
"blur true, logout_dialog"
|
||||
|
||||
# blur for swaync
|
||||
"blur, swaync-control-center"
|
||||
"blur, swaync-notification-window"
|
||||
"blur true, swaync-control-center"
|
||||
"blur true, swaync-notification-window"
|
||||
"ignorezero, swaync-control-center"
|
||||
"ignorezero, swaync-notification-window"
|
||||
"ignorealpha 0.5, swaync-control-center"
|
||||
@@ -399,7 +400,6 @@
|
||||
|
||||
dwindle = {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = "yes"; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = "yes"; # you probably want this
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user