1
0
Fork 0

Autostart picom with awesome + add ctags in nvim installer

This commit is contained in:
Florian RICHER 2022-01-11 22:42:47 +01:00
parent 340e990c70
commit a569a99154
2 changed files with 4 additions and 2 deletions

View file

@ -597,4 +597,6 @@ end)
client.connect_signal("unfocus", function(c) client.connect_signal("unfocus", function(c)
c.border_color = beautiful.border_normal c.border_color = beautiful.border_normal
end) end)
-- }}} -- }}}
os.execute('picom -f &')

View file

@ -6,7 +6,7 @@ if [[ "$WINDOW_MANAGER" == 'awesome' ]]; then
echo '[INFO] Awesome installed' echo '[INFO] Awesome installed'
if [[ "$WITH_WINDOW_MANAGER_DEPENDENCIES" == 'yes' ]]; then if [[ "$WITH_WINDOW_MANAGER_DEPENDENCIES" == 'yes' ]]; then
install_package alacritty rofi playerctl arc-icon-theme install_package alacritty rofi playerctl arc-icon-theme picom
fi fi
else else
echo '[INFO] Awesome already installed' echo '[INFO] Awesome already installed'