Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Watch Movies While You Code In i3 Window Manager !
Subin (/bin/su)
Subin (/bin/su)

Posted on

     

Watch Movies While You Code In i3 Window Manager !

Many browsers have recently introduced Picture In Picture feature. You can pop out a video and place it on a corner on screen while you do other things.

If you're using i3 window manager, here are the lines you need to add in your i3 config to make Picture In Picture browser window available on all workspaces :

for_window [title="Picture-in-Picture"] sticky enable

Sticky windows, as the name suggest will make the window stuck on screen whichever workspace you go to.

You can also make any other windows stick on your screen like this. For this you need to first make a windowfloating and then make itsticky.

Add these lines to your i3 config file :

bindsym $mod+Shift+space floating togglebindsym $mod+Shift+S sticky enable

Go to the window, say VLC media player, press the key comboMeta+Shift+Space first (this will make window float) and thenMeta+Shift+S. Now the window will be sticky. You can then resize the window to the size you need withMeta+R. Drag to move the window to the position of your choice !

VLC & other players have acompact mode which removes the interface and plays the video in full width available. You can use that to fit the video completely in the floating+sticky window. For SMPlayer, compact mode can be toggled withCTRL+C.

Post originally from here. Seemy i3 config

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I like to make stuff and hack with things#FOSS #JavaScript
  • Location
    Kerala, India
  • Work
    Hacker
  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp