mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-16 07:37:49 +02:00
start: always run pidgin but force it offline at start
This commit is contained in:
parent
d58ae95d2c
commit
b0cb6e2b09
1 changed files with 2 additions and 4 deletions
|
@ -65,11 +65,9 @@ startapps = function()
|
||||||
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
|
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
|
||||||
xrun("Bluetooth Applet",
|
xrun("Bluetooth Applet",
|
||||||
"bluetooth-applet")
|
"bluetooth-applet")
|
||||||
|
xrun("Pidgin", "pidgin -n")
|
||||||
|
|
||||||
if config.hostname == "naruto" then
|
if config.hostname == "neo" then
|
||||||
xrun("Pidgin", "pidgin")
|
|
||||||
elseif config.hostname == "neo" then
|
|
||||||
xrun("Pidgin", "pidgin")
|
|
||||||
xrun("keepassx", "keepassx -min -lock")
|
xrun("keepassx", "keepassx -min -lock")
|
||||||
xrun("Transmission", "transmission-gtk -m")
|
xrun("Transmission", "transmission-gtk -m")
|
||||||
elseif config.hostname == "guybrush" then
|
elseif config.hostname == "guybrush" then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue