Compare commits
No commits in common. "5ccd172621e266adda316527217059d3c2e1e8a3" and "df25a6f508ded1ed74e1c32fd47266c10c2a1976" have entirely different histories.
5ccd172621
...
df25a6f508
2 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
|||
#!/bin/sh
|
||||
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
/usr/lib/xdg-desktop-portal-wlr &
|
||||
|
||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
sleep 1
|
||||
artix-pipewire-launcher &
|
||||
waybar
|
||||
|
||||
wait
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
# Startup
|
||||
exec-once = swaync
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = artix-pipewire-launcher
|
||||
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
||||
exec-once = swayosd-server
|
||||
exec-once = $terminal & $terminal -e sudo -i
|
||||
exec-once = webcord
|
||||
exec-once = joplin-desktop
|
||||
exec-once = xdg-session-start
|
||||
|
||||
|
|
Loading…
Reference in a new issue