mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 14:05:00 +01:00
Use lxsession rather than just lxpolkit, and add lxappearance-gtk3
This commit is contained in:
parent
0109446321
commit
f9bfbdaffd
|
@ -232,6 +232,7 @@ awful.screen.connect_for_each_screen(function(s)
|
|||
end)
|
||||
-- }}}
|
||||
|
||||
|
||||
-- {{{ Mouse bindings
|
||||
root.buttons(gears.table.join(
|
||||
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
|
||||
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("nm-applet") -- Network Manager applet
|
||||
awful.spawn.once("volumeicon") -- Volume icon
|
||||
|
|
2
setup
2
setup
|
@ -12,7 +12,7 @@ else
|
|||
echo "Updating Arch"
|
||||
sudo pacman -Syyu
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue