Add polkit agent

This commit is contained in:
2024-06-18 12:23:38 +01:00
parent acbcce4b12
commit f89799ce7f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,5 +2,6 @@ slstatus &
feh --bg-scale "/home/trude/dotfiles/bg2.png" & feh --bg-scale "/home/trude/dotfiles/bg2.png" &
xrdb ~/.Xresources xrdb ~/.Xresources
dunst & dunst &
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
exec dwm exec dwm

View File

@@ -141,7 +141,7 @@ for selection in $main_menu; do
dialogDotfiles 20 5 7 4 4 4 4 4 4 dialogDotfiles 20 5 7 4 4 4 4 4 4
# DE Deps # DE Deps
sudo apt-get install libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev -y >> logs/dotfiles.log sudo apt-get install libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev policykit-1-gnome dbus-x11 -y >> logs/dotfiles.log # Policykit is for graphic authentication. Not needed for the DE itself; dbux-x11 is needed for some apps like Steam, also not required for the DE.
dialogDotfiles 30 5 5 7 4 4 4 4 4 dialogDotfiles 30 5 5 7 4 4 4 4 4
# Audio # Audio
@@ -159,7 +159,7 @@ for selection in $main_menu; do
dialogDotfiles 75 5 5 5 5 5 7 4 4 dialogDotfiles 75 5 5 5 5 5 7 4 4
# Utilities # Utilities
sudo apt-get install htop fzf tmux git vim wget curl feh scrot dunst dbus-x11 -y >> logs/dotfiles.log sudo apt-get install htop fzf tmux git vim wget curl feh scrot dunst -y >> logs/dotfiles.log
dialogDotfiles 85 5 5 5 5 5 5 7 4 dialogDotfiles 85 5 5 5 5 5 5 7 4
# Compile # Compile