You are not logged in.
Hi! I'm new here, I just started using XFCE a few days ago when I saw an Acer One Netbook and thought "I could carry emacs with me - everywhere!" (I use Org Mode for almost everything.) So far I'm really impressed by the speed demon quality of XFCE - it makes the Book feel very fast.
I'd like to have emacs open when I start the machine, in fullscreen i.e. borderless mode - exactly what I get when I use Alt-F11. Is there some XFCE config file I could tweak to get the fullscreen part?
(Keywords added for search: full screen, no borders.)
Offline
I "fear", that is not possible. From what I read, you cannot store or better xfce cannot remember windows postions and sizes.
Offline
I "fear", that is not possible. From what I read, you cannot store or better xfce cannot remember windows postions and sizes.
That's a pity. I wonder if Devil Pie will work with XFCE/Linpus? Thanks anyway!
Offline
FrancescoA wrote:I "fear", that is not possible. From what I read, you cannot store or better xfce cannot remember windows postions and sizes.
That's a pity. I wonder if Devil Pie will work with XFCE/Linpus? Thanks anyway!
I hope for you, I am wrong! I'm also not to versed with xfce. In windows, I think, one could fire a macro to fire events (maximize) for example. I'm sure, such a mechanism should be possible somehow on linux either. But I don't know, how...
Offline
See http://emacswiki.org/emacs/FullScreen. Works nice for me under Emacs 23 on Xubuntu 12.04:
;;; stolen from http://emacswiki.org/emacs/FullScreen
;;; M-x toggle-fullscreen toggles full screen (tested under XFCE)
(defun toggle-fullscreen ()
(interactive)
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
'(2 "_NET_WM_STATE_FULLSCREEN" 0)))
Also recommend minimal.el for focusing on writing, coding or org-moding.
Hm. Just found http://www.emacswiki.org/emacs/MinimalMode which may be best of all.
Offline
That's a pity. I wonder if Devil Pie will work with XFCE/Linpus? Thanks anyway!
I have used devilspie a lot with xfce, along with its helper gui, gdevilspie. It sounds like exactly what you need. And available in most repos for most distros too.
Offline
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 533.63 KiB (Peak: 534.47 KiB) ]