Skip to content

Instantly share code, notes, and snippets.

@albanpeignier
Created May 13, 2010 09:19
Show Gist options
  • Select an option

  • Save albanpeignier/399654 to your computer and use it in GitHub Desktop.

Select an option

Save albanpeignier/399654 to your computer and use it in GitHub Desktop.
# Full-screen your emacs
# requires wmctrl : apt-get install wmctrl
# found in http://www.emacswiki.org/emacs/FullScreen
(defun switch-full-screen ()
(interactive)
(shell-command (concat "wmctrl -i -r " (frame-parameter nil 'outer-window-id) " -btoggle,fullscreen")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment