Skip to content

Instantly share code, notes, and snippets.

@freyes
Last active April 8, 2019 20:56
Show Gist options
  • Save freyes/0ae70de189e8db82617cedfb6aba82a3 to your computer and use it in GitHub Desktop.
Save freyes/0ae70de189e8db82617cedfb6aba82a3 to your computer and use it in GitHub Desktop.
#!/bin/bash
# use awesome as window manager
xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -sa awesome
# disable xfce4-panel
xfconf-query -c xfce4-session -p /sessions/Failsafe/Client2_Command -t string -sa /bin/true
# disable xfdesktop
xfconf-query -c xfce4-session -p /sessions/Failsafe/Client4_Command -t string -sa /bin/true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment