Skip to content

Instantly share code, notes, and snippets.

@Saraistupid
Last active February 21, 2023 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saraistupid/697e04a181a9f911aa7fca80e095ed97 to your computer and use it in GitHub Desktop.
Save Saraistupid/697e04a181a9f911aa7fca80e095ed97 to your computer and use it in GitHub Desktop.
Usable Openbox so your girlfriend doesn't leave you

Openbox basics: sudo pacman -S openbox tint2 obconf obmenu-generator

Install picon-ibhagwan from the AUR if you are autistic (blurring and rounded corners)

Installing pcmanfm will provide shortcuts, dunst will add support for notifications

After installing all of the required packages, create a file in ~/.config/openboxcalled autostart.sh containing the following:

pcmanfm --desktop &
tint2 &
picom --config ~/.config/picom/picom.conf &
dunst

Make sure to run obmenu-generator -p to re-generate the right-click menu of Openbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment