test
This commit is contained in:
parent
530f954b61
commit
23113bc0b4
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --issue --time --cmd Hyprland --asterisks";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
@ -94,7 +94,7 @@
|
|||
pavucontrol # Pulse Audio Volume CONTROL
|
||||
glib # Set GTK theme settings
|
||||
gsettings-desktop-schemas # SO I can set themes
|
||||
greetd.tuigreet # Greeter
|
||||
greetd.qtuigreet # Greeter
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
bind = $mainMod SHIFT, left, movetoworkspace, e-1
|
||||
|
||||
# Lock the screen, send to swaylock
|
||||
bind = $mainMod, L, swaylock-fancy
|
||||
bind = $mainMod, L, exec, swaylock-fancy
|
||||
|
||||
# Lid closure:
|
||||
# trigger when the switch is toggled
|
||||
|
|
Loading…
Reference in a new issue