Fix login and hyprpaper
This commit is contained in:
parent
21f8ce9601
commit
467396cd16
2 changed files with 4 additions and 1 deletions
|
|
@ -255,7 +255,8 @@
|
||||||
# theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
|
# theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
displayManager.gdm = { enable = true; autoSuspend = false; };
|
# displayManager.gdm = { enable = true; autoSuspend = false; };
|
||||||
|
displayManager.sddm.enable = true;
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# windowManager.bspwm = { enable = true; };
|
# windowManager.bspwm = { enable = true; };
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ in
|
||||||
brightnessctl
|
brightnessctl
|
||||||
gamescope
|
gamescope
|
||||||
grimblast
|
grimblast
|
||||||
|
hyprpaper
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
wireplumber
|
wireplumber
|
||||||
playerctl
|
playerctl
|
||||||
|
|
@ -109,6 +110,7 @@ in
|
||||||
"noti -t 'Hyprland' -m 'New config loaded\!'"
|
"noti -t 'Hyprland' -m 'New config loaded\!'"
|
||||||
];
|
];
|
||||||
exec-once = [
|
exec-once = [
|
||||||
|
"hyprpaper"
|
||||||
# "swww init"
|
# "swww init"
|
||||||
];
|
];
|
||||||
# exec-shutdown = [ ];
|
# exec-shutdown = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue