this post was submitted on 11 Aug 2024
0 points (NaN% liked)

Arch Linux

7755 readers
1 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hello, guys, I just installed artix and then install awesome. And want to configure it, but have no .config directory. I created it, copied rc.lua from /etc/xdg/awesome/, but it's don't work with it. Only with /etc/xdg/awesome/ dir. Can you help me with it, or I can just leave it like this?

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 3 months ago

Don't recommend leaving it like this, because if Awesome ever releases an update you'll lose your config.

Where exactly did you copy your rc.lua?

[–] [email protected] 0 points 3 months ago

just to be sure, config should be at /home/yourusername/.config/awesome/rc.lua

[–] [email protected] 0 points 3 months ago

is your username root or something else?

[–] [email protected] 0 points 3 months ago

You're gonna have to provide way more information than 'but it don't work with it'. In what way does it not work? Paste any error messages.

From what I understand you made ~/.config/ and then copied /etc/xdg/awesome/rc.lua to ~/.config/rc.lua, which is wrong. It should be ~/.config/awesome/rc.lua. See man awesomerc

[–] [email protected] 0 points 3 months ago* (last edited 3 months ago) (1 children)

The user path should be .config/awesome/rc.lua

Also recommend to check out https://github.com/lcpz/awesome-copycats

for ready made themes.

[–] [email protected] 0 points 3 months ago* (last edited 3 months ago)

yes, my pass exactly sameyes, my pass exactly same, or ~/.config/awesome/rc.lua is difference?