summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/wayland/winit6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/wayland/winit b/.config/wayland/winit
index 4192d05..3184e54 100755
--- a/.config/wayland/winit
+++ b/.config/wayland/winit
@@ -1,5 +1,9 @@
#!/bin/sh
+# misc
+dbus-xdp-enviroment &
+configure-gtk &
+
# background
swaybg -m fill -i "${XDG_DATA_HOME:-$HOME/.local/share}/wallpaper" &
echo $! > "${XDG_RUNTIME_DIR:-${TMPDIR:-/tmp}}/swaybg.pid" &
@@ -18,4 +22,4 @@ mkfifo "$wobpipe" &&
tail -f "$wobpipe" | wob &
# screen lock
-caffeine -st 1
+caffeine -st 1 &