mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
start: factorize X11 programs to be started
This commit is contained in:
parent
4b434e448f
commit
039bb8d204
1 changed files with 2 additions and 4 deletions
|
@ -58,11 +58,9 @@ os.execute(table.concat(execute, ";"))
|
||||||
xrun("polkit-gnome-authentication-agent-1",
|
xrun("polkit-gnome-authentication-agent-1",
|
||||||
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
|
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
|
||||||
xrun("pidgin", "pidgin -n")
|
xrun("pidgin", "pidgin -n")
|
||||||
|
xrun("keepassx", "keepassx -min -lock")
|
||||||
|
xrun("NetworkManager Applet", "nm-applet")
|
||||||
|
|
||||||
if config.hostname == "neo" then
|
if config.hostname == "neo" then
|
||||||
xrun("keepassx", "keepassx -min -lock")
|
|
||||||
xrun("transmission", "transmission-gtk -m")
|
xrun("transmission", "transmission-gtk -m")
|
||||||
elseif config.hostname == "guybrush" then
|
|
||||||
xrun("keepassx", "keepassx -min -lock")
|
|
||||||
xrun("NetworkManager Applet", "nm-applet")
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue