pam, mpv, hyprland changes
This commit is contained in:
parent
97f855dc25
commit
630ed48d46
|
@ -68,7 +68,12 @@ with lib;
|
|||
name = "kwallet";
|
||||
enableKwallet = true;
|
||||
};
|
||||
security.pam.services.sddm.enableKwallet = true;
|
||||
|
||||
security.pam.services = {
|
||||
sddm.enableKwallet = true;
|
||||
greetd.enableKwallet = true;
|
||||
swaylock = {};
|
||||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
|
|
|
@ -3,7 +3,7 @@ osc=no
|
|||
vo=gpu
|
||||
af=scaletempo2
|
||||
# autofit=2800x1800
|
||||
autofit=4000X2400
|
||||
autofit=4000x3400
|
||||
geometry=50%:50%
|
||||
# input-ipc-server="/tmp/mpvsocket"
|
||||
hwdec=auto
|
||||
|
|
|
@ -50,7 +50,7 @@ with lib;
|
|||
eww-wayland
|
||||
wlrctl
|
||||
hyprpaper
|
||||
swaylock-fancy
|
||||
swaylock-effects
|
||||
swayidle
|
||||
aha
|
||||
glxinfo
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
exec-once = dbus-update-activation-environment --systemd --all
|
||||
exec-once = jellyfin-mpv-shim
|
||||
exec-once = hyprctl setcursor phinger-cursors-light
|
||||
exec-once = swayidle -w timeout 600 "swaylock-fancy -t Password: -f 'VictorMono Nerd Font' -F" timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep "swaylock-fancy -t Password: -f 'VictorMono Nerd Font' -F"
|
||||
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue