Switch back to hyprpolkitagent

This commit is contained in:
2025-02-24 13:26:09 +00:00
parent eb4a6b90ba
commit 474e479b85
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ $colorpicker = hyprpicker
# exec-once = nm-applet & # exec-once = nm-applet &
exec-once = dunst exec-once = dunst
exec-once = hyprpaper exec-once = hyprpaper
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = systemctl --user start hyprpolkitagent
exec-once = udiskie exec-once = udiskie
exec-once = waybar exec-once = waybar
@@ -53,7 +53,7 @@ env = HYPRCURSOR_SIZE,24
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hyprland.org/Configuring/Variables/#general
general { general {
gaps_in = 5 gaps_in = 3
gaps_out = 5 gaps_out = 5
border_size = 2 border_size = 2
@@ -99,7 +99,7 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#animations # https://wiki.hyprland.org/Configuring/Variables/#animations
animations { animations {
enabled = yes, please :) enabled = true
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more

View File

@@ -99,7 +99,7 @@ if $hyprland; then
hyprlock # Screen locker hyprlock # Screen locker
hyprpaper # Wallpaper manager hyprpaper # Wallpaper manager
hyprpicker # Color picker hyprpicker # Color picker
polkit-gnome # Auth pop-up for sudo access hyprpolkitagent # Auth pop-up for sudo access
nautilus # File manager nautilus # File manager
network-manager # Network manager network-manager # Network manager
pipewire # Audio server pipewire # Audio server