Autostart picom with awesome + add ctags in nvim installer
This commit is contained in:
parent
340e990c70
commit
a569a99154
2 changed files with 4 additions and 2 deletions
|
@ -597,4 +597,6 @@ end)
|
|||
client.connect_signal("unfocus", function(c)
|
||||
c.border_color = beautiful.border_normal
|
||||
end)
|
||||
-- }}}
|
||||
-- }}}
|
||||
|
||||
os.execute('picom -f &')
|
||||
|
|
|
@ -6,7 +6,7 @@ if [[ "$WINDOW_MANAGER" == 'awesome' ]]; then
|
|||
echo '[INFO] Awesome installed'
|
||||
|
||||
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
|
||||
else
|
||||
echo '[INFO] Awesome already installed'
|
||||
|
|
Loading…
Reference in a new issue