start: don't run pidgin on start

And don't reserve a tag either. XMPP is dead...
This commit is contained in:
Vincent Bernat 2018-05-11 07:52:18 +02:00
parent b4b2f5064e
commit eb8b4ee905
2 changed files with 0 additions and 13 deletions

View file

@ -25,5 +25,4 @@ 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")

View file

@ -36,14 +36,6 @@ shifty.config.tags = {
spawn = config.terminal,
icon = tagicon("main"),
},
im = {
position = 4,
mwfact = 0.2,
exclusive = true,
screen = math.min(screen.count(), 2),
icon = tagicon("im"),
nopopup = true, -- don't give focus on creation
},
spotify = {
screen = 1,
exclusive = true
@ -60,10 +52,6 @@ shifty.config.apps = {
match = { "emacs" },
tag = "emacs",
},
{
match = { class = { "Skype", "Pidgin" } },
tag = "im",
},
{
match = { class = { "Spotify" } },
tag = "spotify"