[gentoo-user] qt4 app's icons

2017-09-12 Thread Raymond Jennings
I noticed something strange. When I downgraded VLC to use qt4 after a bug...the icon turned from the familiar orange traffic cone ot an ugly B version. That's when I realized the same thing had happned to classic skype. Did someone apply code to deliberately grayscale the icons of qt4 apps

[gentoo-user] Re: escape from i3lock

2019-07-11 Thread artur . tamm . 85
I tried to google if it is possible to change xorg serverflags in runtime, but was unable to find anything. I think that would be a cleaner solution (changing the DontVTSwitch option before locking and then restoring later). Artur Ian Zimmerman writes: On 2019-07-11 09:57, Ian Zimmerman

[gentoo-user] Re: escape from i3lock

2019-07-10 Thread artur . tamm . 85
A wrapper script like this seems to do the trick. #!/bin/bash setxkbmap -option srvrkeys:none i3lock -c 003355 -n setxkbmap -option '' Artur Ian Zimmerman writes: On 2019-07-10 20:44, François-Xavier CARTON wrote: > On 7/10/19 7:03 PM, Ian Zimmerman wrote: > > Here is my next "low

[gentoo-user] Re: escape from i3lock

2019-07-10 Thread artur . tamm . 85
I guess you are using xorg. man xorg says that there is an option in serverflags section which disables this functionality. Option "DontVTSwitch" "boolean" So you could add a section into xorg.conf or xorg.conf.d/ Artur Ian Zimmerman writes: On 2019-07-10 20:44, François-Xavier CARTON