Skip to content

Commit

Permalink
emacs above
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiuf committed Jan 25, 2012
1 parent c0a57c5 commit 1abe68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ shifty.config.apps = {
{ match = { "Pcmanfm"}, tag = "f s" },
{ match = { "MPlayer"}, tag = "mplayer" },
-- { match = { "emacs"}, tag = "emacs" },
{ match = { "emacs"}, above=true,float=false,geometry={100,100,1000,700},tag="emacs"},
{ match = { "emacs"}, above=false,float=false,geometry={100,100,1000,700},tag="emacs"},
{ match = { "OpenOffice.org*"}, tag = "office" },
{ match = { "Firefox"}, tag = "www",instrusive=true },
{ match = { "Dialog"}, tag = "www",intrusive=true, float=true,geometry={240,200,nil,nil} ,above=true },
Expand Down

0 comments on commit 1abe68e

Please sign in to comment.