From 5a2870989a97bbca8a0daa601cea20e1828db6d0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 2 Jul 2023 08:21:02 +0530 Subject: wayland/winit: add dbus-xdp-enviroment and configure-gtk see https://git.sinanmohd.com/nixos/tree/features/wayland.nix --- .config/wayland/winit | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/wayland') 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 & -- cgit v1.2.3