10 lines
255 B
Bash
Executable File
10 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# --- Session settings ---
|
|
export XDG_CURRENT_DESKTOP=wlroots
|
|
export XDG_SESSION_TYPE=wayland
|
|
export XDG_SESSION_DESKTOP=wlroots
|
|
|
|
# Starting dbus-session might require hard path.
|
|
dbus-run-session dwl -s /home/jonathan/.local/bin/dwl-startup.sh
|