From 250f2ec5c537e72d9d7ba14db294d07115e74ff0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 5 Aug 2023 11:05:12 +0530 Subject: wayland: get rid of xdp, it's disabled by default on my nixos --- .config/wayland/winit | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.config/wayland/winit b/.config/wayland/winit index 4f21db2..166d98b 100755 --- a/.config/wayland/winit +++ b/.config/wayland/winit @@ -1,12 +1,7 @@ #!/bin/sh -# audio and xdp -if command -v systemctl > /dev/null; then - # https://git.sinanmohd.com/nixos/tree/features/wayland.nix - dbus-xdp-enviroment & -else - xdg-desktop-portal & - xdg-desktop-portal-wlr & +# audio +if ! command -v systemctl > /dev/null; then pipewire & pipewire-pulse & sleep 1 && wireplumber & -- cgit v1.2.3