mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 12:08:49 +02:00
Revert "start: don't run polkit agent"
This reverts commit f81ccb9f89
. This is
not as useless as it seemed.
This commit is contained in:
parent
66b9debba1
commit
e5f053996e
1 changed files with 2 additions and 0 deletions
|
@ -21,5 +21,7 @@ local execute = {
|
|||
os.execute(table.concat(execute, ";"))
|
||||
|
||||
-- Spawn various X programs
|
||||
xrun("polkit-gnome-authentication-agent-1",
|
||||
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
|
||||
xrun("pidgin", "pidgin -n")
|
||||
xrun("NetworkManager Applet", "nm-applet")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue