Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active December 10, 2021 04:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/c5d92966aa7361d460b7a68d6655adac to your computer and use it in GitHub Desktop.
Save miguelmota/c5d92966aa7361d460b7a68d6655adac to your computer and use it in GitHub Desktop.
XFCE replace window manager to bspwm
# change to bspwm
xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -sa bspwm
# revert to xfwm4
xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -sa xfwm4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment