-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picom not loading correctly? #31
Comments
I'll help you out with picom first then we can figure out the volume issue. The left bar issue is related to picom as well, try copying the picom config at If any issues arise please respond with he output We'll get this working :) |
Download MesloLGS font (its in the README under "fonts to install") to fix the terminal text. I have a suspicion on whats causing the titlebar button issue, ill investigate in a VM since I think I know what the problem is and its an easy fix (has to do with screen DPI). Are the volume buttons still giving you trouble? Also, try reloading awesomewm with |
If you'd like to wrap up your picom problem replace the picom line in the |
Hey, thank you so much for replying so fast. Means a lot :) What is fixed:
What still doesnt work:
|
No problem! I will adjust the buttons on my end tomorrow and let you know when they're done |
I have a question for you too now, what prompt are you using under the fish shell? It looks like powerlevel10k but it was my understanding that's only for zsh |
Ah, I'm using the Tide prompt. It's a really great prompt. Also, kudos to the amazing work you have done. I am absolutely loving your setup. I just have to change a few keybindings, and I'll be right at home. And yeah, I forgot to mention it before, the volume buttons still dont work. Any idea why? |
I was facing the same issue, where picom would not start correctly (also affecting all other commands placed in - awful.spawn.with_shell(string.format("pgrep -u $USER -x %s > /dev/null || (%s)", findme, app), false)
+ awful.spawn.with_shell(string.format("pgrep -u $USER -x %s > /dev/null || %s", findme, app), false) As far as I understand, the problem is, that in fish the rounded brackets indicate a command substitution, similar to > pgrep -u $USER -x echo > /dev/null || (echo "Test")
fish: Command substitutions not allowed Maybe, there is a way to change that line to something that works in both shells? Or, if that's not possible, check the shell first and adjust the command accordingly? Anyways, thanks for the amazing work! |
Oh wow, I didnt know this. Thank you very much for shedding light upon this. It'll be very useful for others who default to the fish shell |
Wow good catch, thanks for the insight! I was having a hard time diagnosing this. I'll look into adding an elegant way of addressing this |
I'll have to look into it on my end as I'm not quite sure, shouldn't be too hard to fix though! |
@anandrajaram21 would you be able to confirm that the volume buttons are still not working after pulling in the recent changes to the repo? On my testing device it seems to work now (potentially an issue with fish that was indirectly resolved in the startup fix I published) but I'd like to confirm it works across all devices before closing |
I just pulled the new version, but the volume doesnt work. |
I'm relatively new to the linux wm world, and started off with awesomewm when I saw your post on reddit. I was in love with it, and wanted to switch to your config. I followed the steps outlined in the installation instructions, and I have some issues.
Can you please help me out with these? Thanks
The text was updated successfully, but these errors were encountered: