4 lines
154 B
Bash
Executable file
4 lines
154 B
Bash
Executable file
#!/usr/bin/bash
|
|
systemctl --user import-environment WAYLAND_DISPLAY
|
|
. "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
|
swaybg -i $HOME/wallpaper.jpg
|