gijsbers

Results 358 comments of gijsbers

I suspected something like that. You can still close this issue and donate! :)

What sound interface? icesound --list-interfaces Does this work? for f in $(icesound --list-sounds) ; do if test -f ~/.icewm/sounds/$f ; then echo "Playing $f"; icesound -p $f; else echo "Skipping...

It is a `bash` script. Can you start bash and run it?

Good. Monitor sound events with `icesh guievents`. For each line icesound should play a sound.

That icewm2 package on AUR is a nuisance. Better consult https://archlinux.org/packages/?q=icewm. Also check your picom version. It should be at least 8.2: https://archlinux.org/packages/?q=picom.

Turns out the first is a common bug with picom: https://wiki.archlinux.org/title/Picom#Unable_to_change_the_background_color_with_xsetroot You can also create a solid image as desktop background image: convert -size 1920×1080 xc:rgba\(000,111,222,1.0\) background.png We'll add a...

Please explain in detail how you "enable the option for keyboard layout switch" with Alt+Shift, because that is totally unclear to me. What, how, where, which file?

That is not related to icewm. We can't fix X11 bugs.

Two programs trying to control the same function is problematic. Make a choice. Or carefully study all the available documentation until you understand it much better than me and then...