Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 25272  / 1 Year ago, wed, january 25, 2023, 11:56:02

My request is quite simple. How can I get a *buntu distro but with awesome in it? How can I wipe off everything in Ubuntu (Unity & stuff) and get awesome WM?


What I'd like is *buntu ease of use + awesome WM.


Ideas on how can I accomplish this?


More From » awesome

 Answers
1

I would advise you to go with Xubuntu (last LTS or latest).



  1. Install Xubuntu



  2. Install awesome


    sudo apt-get install awesome awesome-extra

    If you want the most updated version, run before:


    sudo add-apt-repository ppa:klaus-vormweg/awesome
    sudo apt-get update


  3. Remove Xubuntu desktop.


    If you don't remove these package, it will override the awesome background and can conflict with apps if you don't set specific awesome rules.


    sudo apt-get remove  xubuntu-desktop xfdesktop4


  4. Set awesome as the default WM


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


  5. Set awesome to autostart


    ln -s /usr/share/applications/awesome.desktop ~/.config/autostart/awesome.desktop


  6. Restart lightdm service


    sudo service lightdm restart



With this configuration, you have a lightweight, updated and fast Ubuntu Awesome. To help you customize Awesome, I would advise you to look at the awesome-copycats.


[#25866] Thursday, January 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
poous

Total Points: 81
Total Questions: 101
Total Answers: 119

Location: Cambodia
Member since Sat, Oct 3, 2020
4 Years ago
;