Add polkit and nitrogen

This commit is contained in:
Warren Hood 2022-11-25 23:27:14 +02:00
parent 1f67f81bf2
commit 19efdace81
2 changed files with 3 additions and 1 deletions

View file

@ -577,6 +577,8 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- }}} -- }}}
-- Stuff to start -- Stuff to start
awful.spawn.once("lxpolkit") -- Polkit
awful.spawn.once("picom") -- Compositor awful.spawn.once("picom") -- Compositor
awful.spawn.once("nm-applet") -- Network Manager applet awful.spawn.once("nm-applet") -- Network Manager applet
awful.spawn.once("volumeicon") -- Volume icon awful.spawn.once("volumeicon") -- Volume icon
awful.spawn.once("nitrogen --restore") -- Restore last set wallpaper

2
setup
View file

@ -12,7 +12,7 @@ else
echo "Updating Arch" echo "Updating Arch"
sudo pacman -Syyu sudo pacman -Syyu
echo "Installing tools/utils" echo "Installing tools/utils"
sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr volumeicon picom nitrogen network-manager-applet sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr volumeicon picom nitrogen network-manager-applet lxsession
fi fi