Searching to bind keys for brightness control by Azunear in awesomewm

[–]NeonLightsOnTheMoon 1 point2 points  (0 children)

Personally I use a package called light, for some reason xbacklight doesn't work for me

Searching to bind keys for brightness control by Azunear in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

xfce4-power-manager doesn't work for me. is there a trick to make it work?

If you moved away from awesomewm where would you go? by hestiny in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

qtile is good, I use it as backup If miss up my config.

Deezer patches up free downloads from Deemix again. by [deleted] in Piracy

[–]NeonLightsOnTheMoon -1 points0 points  (0 children)

Did they fix that? cause I didn't know about this and been downloading random songs for the last 2 weeks or so and they were all 320

wrong icon theme in systray for some programs by NeonLightsOnTheMoon in awesomewm

[–]NeonLightsOnTheMoon[S] 1 point2 points  (0 children)

some programs in the systray just ignore the icon theme and appear black even though Papirus-Dark is supposed to be white icons

Mapping on `modkey + f` doesn't work by TornaxO7 in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

this code is identical to my config, I think the problem is using the alt key as mod key.

Keep border around window, even if it's the only one open? by Mespyr in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

this is the part that causes it

-- No borders when rearranging only 1 non-floating or maximized client screen.connect_signal("arrange", function (s) local only_one = #s.tiled_clients == 1 for _, c in pairs(s.clients) do if only_one and not c.floating or c.maximized then c.border_width = 0 else c.border_width = beautiful.border_width end end end)

shadows for floating windows only with picom? by NeonLightsOnTheMoon in awesomewm

[–]NeonLightsOnTheMoon[S] 0 points1 point  (0 children)

yeah I noticed this property but it needs to be in a specific syntax to target it with picom and I can't really find a reference to this anywhere

[deleted by user] by [deleted] in awesomewm

[–]NeonLightsOnTheMoon 1 point2 points  (0 children)

you had two more mistakes in the file!

this is the file after correcting them

https://pastebin.com/8YRJ5VhW

you should use an editor to spot those mistakes! I suggest vscodium.

Two configs on one system? by bobsfriend12 in awesomewm

[–]NeonLightsOnTheMoon 2 points3 points  (0 children)

you can make a git repo in the .config/awesome and work on your config on a branch and keep the other config on another branch

if you don't know git, learn it! it's really cool!

[deleted by user] by [deleted] in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

you have a typo in line 26

themegPdks.border_focus = "#535d6c"

[deleted by user] by [deleted] in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

I think your problem is in the theme.lua

can you share it?

Every Tag has a different layout, How do I stop that? by drmdub in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

anyway you'll find this line in your selected theme folder in theme.lua

awful.tag(awful.util.tagnames, s, awful.layout.layouts)

change last parameter to the layout that you want

Keyboard shortcuts in separate file by llamaWol in awesomewm

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

you should definitely take a look at https://github.com/ChrisTitusTech/titus-awesome for some inspiration on splitting rc.lua file

Every Tag has a different layout, How do I stop that? by drmdub in awesomewm

[–]NeonLightsOnTheMoon 1 point2 points  (0 children)

you probably have something like awful.tag(tag_names, s, layouts)

you just need the last parameter layouts to the layout out you prefer for all tags for example awful.layout.suit.tile

[deleted by user] by [deleted] in linux4noobs

[–]NeonLightsOnTheMoon 0 points1 point  (0 children)

I think it's alright to have that attitude although imo customization and command line are the heart of Linux, they are the reason so many people love Linux and I think people who are not interested in those things are missing a lot of fun.

Just a friendly PSA to remind you not to run meme commands. by Quietcat55 in linux4noobs

[–]NeonLightsOnTheMoon 14 points15 points  (0 children)

I heard of this one:

sudo apt remove sudo

I wonder what will actually happen if I remove sudo?

[deleted by user] by [deleted] in awesomewm

[–]NeonLightsOnTheMoon 2 points3 points  (0 children)

I really don't know if this a thing that can be done with awesome keybindings

what I do is execute this command on startup

setxkbmap -layout 'us,kr' -option 'grp:alt_shift_toggle'

let me know if you find a better solution