mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04:59 +01:00
Add polkit and nitrogen
This commit is contained in:
parent
1f67f81bf2
commit
19efdace81
|
@ -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
2
setup
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue