7 lines
406 B
Lua
7 lines
406 B
Lua
local awful = require("awful")
|
|
awful.util.spawn_with_shell("/usr/bin/emacs --daemon &")
|
|
awful.util.spawn_with_shell("lxpolkit &")
|
|
awful.util.spawn_with_shell("$HOME/.fehbg &")
|
|
awful.util.spawn_with_shell("unclutter --hide-on-touch &")
|
|
awful.util.spawn_with_shell("picom --experimental-backends --config ~/.config/picom/picom.conf &")
|
|
awful.util.spawn_with_shell("dunst --config ~/.config/dunst/dunstrc &")
|