🐛 fix(awesome): Actually start picom on startup

This commit is contained in:
punkfairie 2024-03-05 20:36:50 -08:00
parent 4994845c5f
commit 3d9d4b2b3e
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,7 @@ pcall(require, "luarocks.loader")
local gears = require("gears") local gears = require("gears")
local beautiful = require("beautiful") local beautiful = require("beautiful")
local awful = require("awful")
require("awful.autofocus") require("awful.autofocus")
@ -19,3 +20,6 @@ require("signals")
-- Ui/Panels -- -- Ui/Panels --
require("ui") require("ui")
-- Autostart --
awful.spawn.with_shell("picom")

View file

@ -31,7 +31,7 @@ animation-for-transient-window = "slide-up"; #popup windows
# unless explicitly requested using the wintypes option. # unless explicitly requested using the wintypes option.
# #
# shadow = false # shadow = false
shadow = false; shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12) # The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12 # shadow-radius = 12