Tuur Vanhoutte

Results 330 comments of Tuur Vanhoutte

Does changing the order of your monitors fix the problem? `bspc wm -O DisplayPort-1 HDMI-A-0 HDMI-A-1`

I think `bspc monitor -d 1 2 3 4` only gives names (to use in polybar for instance), but the actual order is defined by `bspwm wm -O `, to...

I noticed [in your dots](https://github.com/nagy135/dots/blob/master/.config/bspwm/bspwmrc#L84-L85) that you're using `xset -dpms` to disable dpms, but you've commented out `xset s off -dpms`. According to [this article](https://wiki.archlinux.org/index.php/Display_Power_Management_Signaling#Modify_DPMS_and_screensaver_settings_with_a_command), the first command turns off...

@rychipman Did you ever have time to work on this? I've been adding comments the past couple of days to my fork of this repo, mainly as a way to...

I would also like this feature implemented for the same reason that @re1 states. Basically I'd like to have no borders when a window is inactive, and coloured borders when...

I use `launcher.rasi` and `powermenu.rasi`, adding ``` element-text, element-icon { background-color: inherit; text-color: inherit; } ``` to those files fixes the color problems. There's still a problem with the spacing...

I believe the fix would be to change the pausecommand to a stopcommand here: https://github.com/honestbleeps/Reddit-Enhancement-Suite/blob/master/lib/modules/showImages.js#L1652 I've looked around in the code but I can't find what this command should be,...

I just noticed the same behaviour in Windows. Very annoying.

@indivisible Thanks for creating a bug report! I never noticed it on another site, so naturally I thought it would be RES's fault. However, I think stopping the player before...

Weird, when I press the stop button on my keyboard (which sends the MPRIS Stop method), the video stops and I can then close it fine without the bug happening.