Beginner Problem

Zachary Epps <[email protected]>
Newsgroups gmane.comp.window-managers.sawfish
Message-ID <[email protected]>
I just found Sawfish earlier this week, and after reading through some
of the info pages I thought I would write a function to resize my Emacs
window when I opened emacsclient. However, I don't know how to make this
happen. Here is what I have (in my .sawfishrc), I just don't know how to make it latch into
the window creation hooks:

(defun resize-emacs-window ()
  (let ((emacs (get-window-by-name "emacs@arch-twily")))
    (resize-window-with-hints emacs 87 38)
    (move-window-to emacs 449 0)))


-Zac

-- 
Sawfish ML
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.