Perfect! thank you Rocco! I should have thought about using rules but i'm still learning. thx again Scott
________________________________ From: Rocco Aliberti <[email protected]> To: Scott Kinney <[email protected]> Cc: Awesome <[email protected]> Sent: Thursday, February 6, 2014 12:56 PM Subject: Re: starting a program full screen Hi Scott. You can use rules, have you read this? -> http://awesome.naquadah.org/wiki/Understanding_Rules In "Rules" section of your rc.lua, you can add this rule: { rule = { class = "Emacs"}, properties = { fullscreen = true } } I don't know if the class is really "Emacs" 'cause I don't have it, but as you can see in that link "In the xprop output, the class is the second value of the WM_CLASS property." Hope this helps. Rocco 2014-02-06 20:34 GMT+01:00 Scott Kinney <[email protected]>: i bound "emacsclient -c -n" to mod+shift+'e' >i'd like to to start full screen instead of having to hit mod+'f' after >thank you!Scott
