fix(greetd): correct package name
This commit is contained in:
parent
c96fffb6ce
commit
2ab886b3d4
2 changed files with 5 additions and 3 deletions
|
|
@ -88,7 +88,8 @@ bind = ALT, U, layoutmsg, swapprev
|
|||
bind = ALT CTRL, Z, exec, hypr pull $BROWSER
|
||||
bind = ALT CTRL, T, exec, hypr pull $TERMINAL
|
||||
bind = ALT CTRL, V, exec, hypr pull vesktop
|
||||
bind = ALT CTRL, S, exec, hypr pull signal-desktop
|
||||
bind = ALT CTRL, M, exec, hypr pull signal-desktop
|
||||
bind = ALT CTRL, S, exec, hypr pull slack
|
||||
bind = ALT CTRL, Y, exec, hypr pull sioyek
|
||||
|
||||
bind = ALT SHIFT, T, exec, hypr spawnfocus --ws 1 $TERMINAL
|
||||
|
|
@ -97,7 +98,8 @@ bind = ALT SHIFT, F, togglefloating
|
|||
bind = ALT SHIFT, Q, exec, hypr exit
|
||||
bind = ALT SHIFT, R, exec, hyprctl reload && notify-send 'hyprland reloaded'
|
||||
bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop
|
||||
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 6 signal-desktop
|
||||
bind = ALT SHIFT, M, exec, hypr spawnfocus --ws 6 signal-desktop
|
||||
bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 7 slack
|
||||
bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek
|
||||
|
||||
bind = , XF86Tools, submap, scripts
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
tuigreet = lib.getExe pkgs.greetd.tuigreet;
|
||||
tuigreet = lib.getExe pkgs.tuigreet;
|
||||
loginShell = pkgs.writeShellScript "login-shell" ''
|
||||
exec $(getent passwd $(id -un) | cut -d: -f7) -l
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue