From 3d9d4b2b3e993f878a78ce8f97b6e7f0752f5aa0 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:36:50 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(awesome):=20Actually=20start?= =?UTF-8?q?=20picom=20on=20startup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/awesome/rc.lua | 4 ++++ .config/picom.conf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e21f0f1..941396c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -2,6 +2,7 @@ pcall(require, "luarocks.loader") local gears = require("gears") local beautiful = require("beautiful") +local awful = require("awful") require("awful.autofocus") @@ -19,3 +20,6 @@ require("signals") -- Ui/Panels -- require("ui") + +-- Autostart -- +awful.spawn.with_shell("picom") diff --git a/.config/picom.conf b/.config/picom.conf index acf0a17..cef3cc8 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -31,7 +31,7 @@ animation-for-transient-window = "slide-up"; #popup windows # unless explicitly requested using the wintypes option. # # shadow = false -shadow = false; +shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12