Use lxsession rather than just lxpolkit, and add lxappearance-gtk3

This commit is contained in:
Warren Hood 2022-11-26 04:24:29 +02:00
parent 0109446321
commit f9bfbdaffd
2 changed files with 4 additions and 2 deletions

View file

@ -232,6 +232,7 @@ awful.screen.connect_for_each_screen(function(s)
end) end)
-- }}} -- }}}
-- {{{ Mouse bindings -- {{{ Mouse bindings
root.buttons(gears.table.join( root.buttons(gears.table.join(
awful.button({}, 3, function() mymainmenu:toggle() end), awful.button({}, 3, function() mymainmenu:toggle() end),
@ -588,7 +589,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("lxpolkit") -- Polkit
awful.spawn.once("lxsession") -- Let's run an lxsession which has a 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

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 lxsession sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3
fi fi