This commit is contained in:
iFargle 2023-08-17 15:52:43 +09:00
parent 530f954b61
commit 23113bc0b4
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@
enable = true; enable = true;
settings = { settings = {
default_session = { default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time"; command = "${pkgs.greetd.tuigreet}/bin/tuigreet --issue --time --cmd Hyprland --asterisks";
user = "greeter"; user = "greeter";
}; };
}; };
@ -94,7 +94,7 @@
pavucontrol # Pulse Audio Volume CONTROL pavucontrol # Pulse Audio Volume CONTROL
glib # Set GTK theme settings glib # Set GTK theme settings
gsettings-desktop-schemas # SO I can set themes gsettings-desktop-schemas # SO I can set themes
greetd.tuigreet # Greeter greetd.qtuigreet # Greeter
]; ];
# Enable sound with pipewire. # Enable sound with pipewire.

View file

@ -156,7 +156,7 @@
bind = $mainMod SHIFT, left, movetoworkspace, e-1 bind = $mainMod SHIFT, left, movetoworkspace, e-1
# Lock the screen, send to swaylock # Lock the screen, send to swaylock
bind = $mainMod, L, swaylock-fancy bind = $mainMod, L, exec, swaylock-fancy
# Lid closure: # Lid closure:
# trigger when the switch is toggled # trigger when the switch is toggled