Rename file used for display config, add default value
This commit is contained in:
parent
b414123eb7
commit
20b1caee59
|
@ -52,6 +52,7 @@ in {
|
|||
monitor = ,preferred,auto,auto
|
||||
exec-once = waybar & hyprpaper & dunst
|
||||
source = ./macchiato.conf
|
||||
source = ./display.conf
|
||||
|
||||
env = XDG_CURRENT_DESKTOP=Hyprland
|
||||
env = XDG_SESSION_TYPE=wayland
|
||||
|
@ -188,11 +189,11 @@ in {
|
|||
windowrule = workspace 4, thunar
|
||||
windowrule = workspace 4, libreoffice.*
|
||||
windowrule = workspace 4, Zotero
|
||||
|
||||
source = ./extra.conf
|
||||
'';
|
||||
};
|
||||
xdg.configFile."hypr/extra.conf".text = lib.mkDefault '''';
|
||||
xdg.configFile."hypr/display.conf".text = lib.mkDefault ''
|
||||
monitor=,preferred,auto,auto
|
||||
'';
|
||||
xdg.configFile."hypr/macchiato.conf".text = ''
|
||||
$rosewaterAlpha = f4dbd6
|
||||
$flamingoAlpha = f0c6c6
|
||||
|
|
Loading…
Reference in a new issue