Skip to main content
added 4 characters in body
Source Link
MichalH
  • 2.5k
  • 1
  • 18
  • 30

Put this in your ~/.config/openbox/lubuntu-rc.xml insidein between <applications> tags:

<application class="Firefox" name="Navigator"> <fullscreen>yes</fullscreen> </application> 

To get specific class or name for your applications, use this:

obxprop | grep '^_OB_APP' 

and then click with your cursor oninside the app window.


Useful website: http://openbox.org/wiki/Help:Configuration

Put this in your ~/.config/openbox/lubuntu-rc.xml inside <applications> tags:

<application class="Firefox" name="Navigator"> <fullscreen>yes</fullscreen> </application> 

To get specific class or name for your applications, use this:

obxprop | grep '^_OB_APP' 

and then click with your cursor on the app window.


Useful website: http://openbox.org/wiki/Help:Configuration

Put this in your ~/.config/openbox/lubuntu-rc.xml in between <applications> tags:

<application class="Firefox" name="Navigator"> <fullscreen>yes</fullscreen> </application> 

To get specific class or name for your applications, use this:

obxprop | grep '^_OB_APP' 

and then click with your cursor inside the app window.


Useful website: http://openbox.org/wiki/Help:Configuration

Source Link
MichalH
  • 2.5k
  • 1
  • 18
  • 30

Put this in your ~/.config/openbox/lubuntu-rc.xml inside <applications> tags:

<application class="Firefox" name="Navigator"> <fullscreen>yes</fullscreen> </application> 

To get specific class or name for your applications, use this:

obxprop | grep '^_OB_APP' 

and then click with your cursor on the app window.


Useful website: http://openbox.org/wiki/Help:Configuration