Debian – How to Replace XFCE Window Manager with Awesome

awesomedebianxfce

How can I replace XFCE4 window manager with awesome?

I tried to place the following content to the ~/.xinitrc file:

#!/bin/sh

exec awesome

I also tried to do this stuff:

xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a

And it doesn't work. Of course I already installed awesome via

sudo apt-get install awesome

Best Answer

from https://awesomewm.org/wiki/Awesome_and_Xfce4

  1. Go to: Settings -> Session and Startup -> Session

  2. And change Restart Style of xfwm4 to Never

  3. Then go to Application Autostart and add awesome

It should work after restarting xfce

Related Question