I hereby claim:
- I am circl3s on github.
- I am maak4422 (https://keybase.io/maak4422) on keybase.
- I have a public key ASCiFxrEElB7t5v0xm35V7y2RXqWc7cQ4HYcCNEeynH0DQo
To claim this, I am signing this object:
| param( | |
| [Parameter(Mandatory=$True)] | |
| [String]$In, | |
| [String]$Out, | |
| [String]$Scale = "-1:-1" | |
| ) | |
| if ($Out.Length -eq 0) { | |
| $Out = (Get-Item $In).BaseName + ".gif" | |
| } |
I hereby claim:
To claim this, I am signing this object:
| # Pop-out player: | |
| # Press mod+PageUp to pop out the current window: float it, resize it, stick it. | |
| # Press mod+Shift+PageUp to enter edit mode. | |
| bindsym $mod+Prior fullscreen disable, floating enable, resize set 576 324, sticky enable, move window to position 1322 735 | |
| bindsym $mod+Shift+Prior mode "$mode_popout" | |
| set $mode_popout Pop-out player: (k) lower left, (l) lower right, (i) upper left, (o) upper right | |
| mode "$mode_popout" { | |
| # Change position |