mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
im: reuse pidgin instead of Skype
This commit is contained in:
parent
be95a96534
commit
bd28ceddf8
1 changed files with 1 additions and 5 deletions
|
@ -65,11 +65,7 @@ os.execute(table.concat(execute, ";"))
|
||||||
-- Spawn various X programs
|
-- Spawn various X programs
|
||||||
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")
|
||||||
if config.hostname == "alucard" then
|
xrun("pidgin", "pidgin -n")
|
||||||
xrun("Skype", "skype")
|
|
||||||
else
|
|
||||||
xrun("pidgin", "pidgin -n")
|
|
||||||
end
|
|
||||||
|
|
||||||
if config.hostname == "neo" then
|
if config.hostname == "neo" then
|
||||||
xrun("keepassx", "keepassx -min -lock")
|
xrun("keepassx", "keepassx -min -lock")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue