diff --git a/actions.h b/actions.h index b5fef70..b8d1f95 100644 --- a/actions.h +++ b/actions.h @@ -82,7 +82,7 @@ /* Managers */ #define CLIPBOARD "xclip" /* Clipboard to use */ -#define COMPOSITOR "picom --experimental-backends" /* Compositor to use */ +#define COMPOSITOR "picom" /* Compositor to use */ #define NETWORK "speedwm-netctrl" /* Network manager to use */ #define KILLNETWORK "speedwm-netctrl disconnect" /* Command to run when disconnecting */ #define BLUETOOTH "speedwm-btctrl" /* Bluetooth manager to use */