changed lock screen image

This commit is contained in:
danmac
2025-06-28 10:05:39 +09:30
parent aeeb00aaa9
commit 2fa50f2a73

View File

@@ -279,7 +279,7 @@ layout {
// This line starts waybar, a commonly used bar for Wayland compositors.
// spawn-at-startup "waybar"
spawn-at-startup "./sway_startup ~/Pictures/Nextcloud/IMG_8409-Enhanced-NR.jpg"
spawn-at-startup "~/.config/niri/sway_startup ~/Pictures/Nextcloud/IMG_8409-Enhanced-NR.jpg"
spawn-at-startup "xwayland-satellite"
environment {
@@ -385,7 +385,7 @@ binds {
Mod+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
Mod+D hotkey-overlay-title="Run an Application: cosmic-apps" { spawn "cosmic-app-library"; }
Mod+B hotkey-overlay-title="Open the Default Browser" { spawn "xdg-open" "http://"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-i" "/usr/share/backgrounds/gnome/swoosh-l.jxl"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-i" "/tmp/blurred_IMG_8618-Enhanced-NR.jpg"; }
// toggle notification panel
Mod+Shift+N hotkey-overlay-title="Toggle notification window" { spawn "swaync-client" "-t"; }