remove swww from gtkgreet
This commit is contained in:
parent
c9dfbf0602
commit
50adb4d46d
1 changed files with 0 additions and 5 deletions
|
@ -16,8 +16,6 @@
|
|||
|
||||
hyprctl = getExe' hyprland "hyprctl";
|
||||
Hyprland = getExe' hyprland "Hyprland";
|
||||
swww = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.swww;
|
||||
swww-daemon = getExe' inputs.nixpkgs-wayland.packages.${pkgs.system}.swww "swww-daemon";
|
||||
|
||||
greeter = getExe pkgs.greetd.${cfg.greeter};
|
||||
|
||||
|
@ -34,9 +32,6 @@
|
|||
|
||||
workspace=1,default:true,gapsout:0,gapsin:0,border:false,decorate:false
|
||||
|
||||
exec-once=${swww-daemon}
|
||||
exec-once=${swww} clear 1E1E2E
|
||||
|
||||
exec-once=[workspace 1;fullscreen;noanim] ${greeter} -l; ${hyprctl} dispatch exit
|
||||
exec-once=${hyprctl} dispatch focuswindow ${cfg.greeter}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue