Added polkit to Hyprland

This commit is contained in:
Logan G 2023-04-08 03:14:56 -06:00
parent 3564d62dd2
commit a93d870c7c
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -160,11 +160,11 @@ bind=SUPERSHIFT,Down,movewindow,d
# ----------------------- STARTUP -------------------- # # ----------------------- STARTUP -------------------- #
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once=
exec-once=foot -s exec-once=foot -s
exec-once=mako exec-once=mako
exec-once=waybar -c ~/.config/waybar/hyprland exec-once=waybar -c ~/.config/waybar/hyprland
exec-once = wl-paste --type text --watch cliphist store #Stores only text data exec-once = wl-paste --type text --watch cliphist store #Stores only text data
exec-once = wl-paste --type image --watch cliphist store #Stores only image data exec-once = wl-paste --type image --watch cliphist store #Stores only image data
exec-once = lxqt-policykit-agent
source=~/.config/hypr/conf.d/custom.conf source=~/.config/hypr/conf.d/custom.conf