From 7c374fde85d8fbc2fa607ab3e5b2609095adb9d9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 19 Feb 2026 13:32:16 -0700 Subject: [PATCH] Enable cosmic-comp now that it works --- config/wayland.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/wayland.toml b/config/wayland.toml index 32b7d5345..ae03956dc 100644 --- a/config/wayland.toml +++ b/config/wayland.toml @@ -56,16 +56,17 @@ data = """ unset DISPLAY export COSMIC_BACKEND=winit export LD_DEBUG=all +export RUST_BACKTRACE=full export RUST_LOG=debug # For cosmic-comp (more features) -#cosmic-comp wayland-session +cosmic-comp wayland-session # For smallvil (easier to debug) -export WAYLAND_DISPLAY=wayland-1 -smallvil_smallvil & -sleep 2 -wayland-session +#export WAYLAND_DISPLAY=wayland-1 +#smallvil_smallvil & +#sleep 2 +#wayland-session """ [[files]]