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)
|
client.connect_signal("unfocus", function(c)
|
||||||
c.border_color = beautiful.border_normal
|
c.border_color = beautiful.border_normal
|
||||||
end)
|
end)
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
os.execute('picom -f &')
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue