Skip to content

Instantly share code, notes, and snippets.

@spencermacca
Created July 25, 2025 14:29
Show Gist options
  • Save spencermacca/18ea817bc8e6ab710fbd68a967744c97 to your computer and use it in GitHub Desktop.
Save spencermacca/18ea817bc8e6ab710fbd68a967744c97 to your computer and use it in GitHub Desktop.
rc.xml
<?xml version="1.0" encoding="UTF-8"?>
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<theme>
<name>Clearlooks</name>
<titleLayout/>
<!--
available characters are NDSLIMC each can occur at most once.
N: window icon
L: window label (AKA title).
I: iconify
M: maximize
C: close
S: shade (roll up/down)
D: omnipresent (on all desktops).
-->
<keepBorder>no</keepBorder>
<animateIconify>yes</animateIconify>
</theme>
<desktops>
<number>1</number>
<firstdesk>1</firstdesk>
<names/>
<popupTime>0</popupTime>
</desktops>
<applications>
<application class="*">
<decor>no</decor>
<maximized>yes</maximized>
</application>
</applications>
<keyboard>
<keybind key="W-Return">
<action name="Execute">
<command>gnome-terminal</command>
</action>
</keybind>
</keyboard>
</openbox_config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment