2022-09-12 23:22:46 +00:00
|
|
|
local awful = require("awful")
|
|
|
|
awful.util.spawn_with_shell("lxpolkit &")
|
2022-09-15 23:21:05 +00:00
|
|
|
awful.util.spawn_with_shell("/usr/bin/emacs --daemon &")
|
2022-09-14 00:44:31 +00:00
|
|
|
awful.util.spawn_with_shell("$HOME/.fehbg &")
|
2022-09-12 23:22:46 +00:00
|
|
|
awful.util.spawn_with_shell("unclutter --hide-on-touch &")
|
2022-09-14 00:44:31 +00:00
|
|
|
awful.util.spawn_with_shell("picom --experimental-backends --config ~/.config/picom/picom.conf &")
|
|
|
|
awful.util.spawn_with_shell("dunst --config ~/.config/dunst/dunstrc &")
|