mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-13 22:38:32 +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")
|
||||
xrun("Bluetooth Applet",
|
||||
"bluetooth-applet")
|
||||
xrun("Pidgin", "pidgin -n")
|
||||
|
||||
if config.hostname == "naruto" then
|
||||
xrun("Pidgin", "pidgin")
|
||||
elseif config.hostname == "neo" then
|
||||
xrun("Pidgin", "pidgin")
|
||||
if config.hostname == "neo" then
|
||||
xrun("keepassx", "keepassx -min -lock")
|
||||
xrun("Transmission", "transmission-gtk -m")
|
||||
elseif config.hostname == "guybrush" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue