diff options
author | Joe <rrbo@proton.me> | 2023-02-07 17:46:20 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-07 17:46:20 +0100 |
commit | 7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4 (patch) | |
tree | e857ef19ac16bf12b9054755cd18d7136732b5b5 /.config/openbox/rc.xml | |
parent | up (diff) | |
download | dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.gz dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.bz2 dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.xz dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.zst dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/rc.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index c53e05e..52a14de 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -43,7 +43,7 @@ </placement> <theme> <name>gruvbox-material-dark-blocks</name> - <titleLayout>SNLIMC</titleLayout> + <titleLayout>SDNLIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. N: window icon @@ -122,7 +122,12 @@ and back in --> <number>4</number> <firstdesk>1</firstdesk> - <names/> + <names> + <name>work</name> + <name>play</name> + <name>dull</name> + <name>boy</name> + </names> <popupTime>500</popupTime> <!-- The number of milliseconds to show the popup for when switching desktops. Set this to 0 to disable the popup. --> |