fixed bluetooth and taskbar, tasklist icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local awful = require("awful")
|
||||
|
||||
-- Autostart programs
|
||||
--awful.spawn.with_shell("~/.screenlayout/single_screen.sh")
|
||||
awful.spawn.with_shell("picom --experimental-backends")
|
||||
awful.spawn.with_shell("xfce4-power-manager")
|
||||
awful.spawn.with_shell("light-locker --lock-on-suspend --lock-on-lid &")
|
||||
function Autostarter(table)
|
||||
for i, t in ipairs(table) do
|
||||
awful.spawn.with_shell(t);
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user