diff --git a/niri/config.kdl b/niri/config.kdl index a8da94b..a37ea2c 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -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"; }