pam, mpv, hyprland changes

This commit is contained in:
Chris Cochrun 2023-01-17 09:50:32 -06:00
parent 97f855dc25
commit 630ed48d46
4 changed files with 9 additions and 4 deletions

View file

@ -68,7 +68,12 @@ with lib;
name = "kwallet"; name = "kwallet";
enableKwallet = true; enableKwallet = true;
}; };
security.pam.services.sddm.enableKwallet = true;
security.pam.services = {
sddm.enableKwallet = true;
greetd.enableKwallet = true;
swaylock = {};
};
services.greetd = { services.greetd = {
enable = true; enable = true;

View file

@ -3,7 +3,7 @@ osc=no
vo=gpu vo=gpu
af=scaletempo2 af=scaletempo2
# autofit=2800x1800 # autofit=2800x1800
autofit=4000X2400 autofit=4000x3400
geometry=50%:50% geometry=50%:50%
# input-ipc-server="/tmp/mpvsocket" # input-ipc-server="/tmp/mpvsocket"
hwdec=auto hwdec=auto

View file

@ -50,7 +50,7 @@ with lib;
eww-wayland eww-wayland
wlrctl wlrctl
hyprpaper hyprpaper
swaylock-fancy swaylock-effects
swayidle swayidle
aha aha
glxinfo glxinfo

View file

@ -210,7 +210,7 @@
exec-once = dbus-update-activation-environment --systemd --all exec-once = dbus-update-activation-environment --systemd --all
exec-once = jellyfin-mpv-shim exec-once = jellyfin-mpv-shim
exec-once = hyprctl setcursor phinger-cursors-light 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'
''; '';
}; };
} }