forked from Shinonome/dots-hyprland
polkit: use kde's
This commit is contained in:
@@ -8,7 +8,7 @@ exec-once = fcitx5
|
|||||||
|
|
||||||
# Core components (authentication, lock screen, notification daemon)
|
# Core components (authentication, lock screen, notification daemon)
|
||||||
exec-once = gnome-keyring-daemon --start --components=secrets
|
exec-once = gnome-keyring-daemon --start --components=secrets
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || /usr/libexec/polkit-gnome-authentication-agent-1
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1 || /usr/libexec/polkit-kde-authentication-agent-1 || /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || /usr/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = dbus-update-activation-environment --all
|
exec-once = dbus-update-activation-environment --all
|
||||||
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
||||||
|
|||||||
+3
-3
@@ -1,11 +1,11 @@
|
|||||||
pkgname=illogical-impulse-gnome
|
pkgname=illogical-impulse-kde
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc='Illogical Impulse GNOME Dependencies'
|
pkgdesc='Illogical Impulse KDE Dependencies'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(None)
|
license=(None)
|
||||||
depends=(
|
depends=(
|
||||||
polkit-gnome
|
polkit-kde-agent
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
gnome-control-center
|
gnome-control-center
|
||||||
networkmanager better-control-git
|
networkmanager better-control-git
|
||||||
Reference in New Issue
Block a user