mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
start: don't run pidgin on start
And don't reserve a tag either. XMPP is dead...
This commit is contained in:
parent
b4b2f5064e
commit
eb8b4ee905
2 changed files with 0 additions and 13 deletions
|
@ -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")
|
||||
|
|
12
rc/tags.lua
12
rc/tags.lua
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue