如何用 Awesome 替换 XFCE4 窗口管理器?
我尝试将以下内容放入~/.xinitrc
文件中:
#!/bin/sh
exec awesome
我也尝试过做这东西:
xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a
但这不起作用。当然我已经通过安装了很棒的
sudo apt-get install awesome
答案1
从https://awesomewm.org/wiki/Awesome_and_Xfce4
去:
Settings -> Session and Startup -> Current Session
并将
Restart Style
xfwm4 更改为Never
然后转到
Application Autostart
并添加awesome
重启xfce后应该可以了
答案2
您可以即时输入:
killall xfwm4 && awesome &
要永久交换,您可以编辑/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
并替换xfwm4
为awesome
。