Justin Partain

Results 13 comments of Justin Partain

Here's my config: ``` #! /bin/sh xrandr --output DP-2 --auto --primary xrandr --output HDMI-0 --auto --right-of DP-2 killall sxhkd sxhkd & bspc monitor DP-2 -d web chat elec IV bspc...

This is definitely triggered by opening Virtualbox, even in a float window.

The issue I'm facing happens whenever I open a Virtualbox guest. This affects all float windows across all workspaces after that until I restart my machine, causing all float windows...

Indeed it does. Thanks for bringing it up.

@baskerville You're right, it does fix popups like "Open file", etc. though, so it's a step in the right direction. The issue where opening a Virtualbox guest "relayers" all floating...

I recently noticed if I remove `bspc rule -a VirtualBox state=floating` from my bspwmrc, this problem no longer happens.

Is there another way to install this package? I'm unable to install.

Not really a solution, but I created a new function `SoundManager.play_track_to_stop()` without the `if self.current_track is not None` check, which I call `if self.loop_music is True` in `self.on_track_stop`.

Probably a separate issue, but you can't `.stop()` tracks when `self.loop_music` is True. Another is auto-played after the stop.

I could help with the migration. EDIT: Would you accept a PR if I got started on it?