Added PIP mode.
Still need to figure out window positioning. Prior to this I was have used xdotool but there is not currently an equivalent that does window sizing. Still trying to figure out a good solution to this.
This commit is contained in:
parent
73addfe9a8
commit
5f196b8bfc
|
@ -81,7 +81,10 @@ client.unfocused #161720 #161720 #aab5c6 #161720 #161720
|
||||||
client.urgent #ff4551 #ff4551 #1f212e #ff4551 #ff4551
|
client.urgent #ff4551 #ff4551 #1f212e #ff4551 #ff4551
|
||||||
|
|
||||||
|
|
||||||
for_window [class="mpv"] floating enabled
|
set $PIP floating enabled ; sticky enabled ; border pixel 0
|
||||||
|
for_window [class="mpv"] $PIP
|
||||||
|
for_window [class="pip"] $PIP
|
||||||
|
#for_window [class="pip"] sticky enabled
|
||||||
|
|
||||||
|
|
||||||
### Font stuff
|
### Font stuff
|
||||||
|
|
Loading…
Reference in New Issue
Block a user