Remove urxvt and unclutter because fedora doesnt provide it

This commit is contained in:
Leon Grünewald 2021-01-24 14:55:55 +01:00
parent 7f15568678
commit 0b7d853a7b

View file

@ -62,7 +62,7 @@ local function run_once(cmd_arr)
end
end
run_once({ "urxvtd", "unclutter -root" }) -- entries must be separated by commas
-- run_once({ "unclutter -root" }) -- entries must be separated by commas
awful.spawn.with_shell("picom -b --config $HOME/.config/picom.conf")
-- This function implements the XDG autostart specification