All Projects → ujjwal96 → Xwinwrap

ujjwal96 / Xwinwrap

My fork of xwinwrap. Xwinwrap allows you to stick most of the apps to your desktop background.

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Xwinwrap

gfxprim
Open-source modular 2D bitmap graphics library with emphasis on speed and correctness.
Stars: ✭ 32 (-89.33%)
Mutual labels:  x11, gif
Azpainter
Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/arc/download.html
Stars: ✭ 179 (-40.33%)
Mutual labels:  gif, x11
CarouselGifViewer
Efficiently display a list of GIFs in a carousel (RecyclerView).
Stars: ✭ 33 (-89%)
Mutual labels:  gif
Devour
X11 window swallower
Stars: ✭ 253 (-15.67%)
Mutual labels:  x11
stopmotion
Stopmotion Android App written in Kotlin
Stars: ✭ 16 (-94.67%)
Mutual labels:  gif
AnimatedGif
📼 A high performance .NET library for reading and creating animated GIFs
Stars: ✭ 106 (-64.67%)
Mutual labels:  gif
cast2gif
Tool to render Asciinema cast files to GIFs, *without* using Electron or a web browser. Written in Rust.
Stars: ✭ 23 (-92.33%)
Mutual labels:  gif
tint3
A C++ rewrite of the tint2 panel
Stars: ✭ 39 (-87%)
Mutual labels:  x11
Spedittool
An efficient and scalable library for inputing and displaying gif or @mention on graph-text mixed TextView/EditText
Stars: ✭ 292 (-2.67%)
Mutual labels:  gif
demoloops
Toolkit for building looping gif "demos" and collection of such
Stars: ✭ 31 (-89.67%)
Mutual labels:  gif
msf gif
A single-header animated GIF exporter
Stars: ✭ 157 (-47.67%)
Mutual labels:  gif
snk
🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
Stars: ✭ 844 (+181.33%)
Mutual labels:  gif
code
~/code – tools distributed across all of my systems
Stars: ✭ 73 (-75.67%)
Mutual labels:  x11
X11
A Haskell binding to the X11 graphics library.
Stars: ✭ 96 (-68%)
Mutual labels:  x11
video2gif
Programmatically generate animated GIF from video in Python(convert video to gif)
Stars: ✭ 18 (-94%)
Mutual labels:  gif
Basic wm
An example basic X11 window manager.
Stars: ✭ 271 (-9.67%)
Mutual labels:  x11
magic-mirror-raspbian-lite
Magic Mirror for Raspbian Lite (works with Raspberry Pi Zero)
Stars: ✭ 25 (-91.67%)
Mutual labels:  x11
dpixel
A Pixel Art Remastering Tool using classic algorithms
Stars: ✭ 42 (-86%)
Mutual labels:  gif
simple-opengl-loader
An extensible, cross-platform, single-header C/C++ OpenGL loader library.
Stars: ✭ 71 (-76.33%)
Mutual labels:  x11
Gromit Mpx
Gromit-MPX is an on-screen annotation tool that works with any Unix desktop environment under X11 as well as Wayland.
Stars: ✭ 287 (-4.33%)
Mutual labels:  x11

Xwinwrap

My fork of xwinwrap.
Xwinwrap allows you to stick most of the apps to your desktop background.
My use case - can use gif as a background

demo gif

Installing

sudo apt-get install xorg-dev build-essential libx11-dev x11proto-xext-dev libxrender-dev libxext-dev
git clone https://github.com/ujjwal96/xwinwrap.git
cd xwinwrap
make
sudo make install
make clean

Usage

Usage: xwinwrap [-g {w}x{h}+{x}+{y}] [-ni] [-argb] [-fdt] [-fs] [-s] [-st] [-sp] [-a] [-d] [-b] [-nf] [-o OPACITY] [-sh SHAPE] [-ov]-- COMMAND ARG1...
Options:
             -g      - Specify Geometry (w=width, h=height, x=x-coord, y=y-coord. ex: -g 640x480+100+100)
             -ni     - Ignore Input
             -argb   - RGB
             -fdt    - force WID window a desktop type window
             -fs     - Full Screen
             -un     - Undecorated
             -s      - Sticky
             -st     - Skip Taskbar
             -sp     - Skip Pager
             -a      - Above
             -b      - Below
             -nf     - No Focus
             -o      - Opacity value between 0 to 1 (ex: -o 0.20)
             -sh     - Shape of window (choose between rectangle, circle or triangle. Default is rectangle)
             -ov     - Set override_redirect flag (For seamless desktop background integration in non-fullscreenmode)
             -d      - Daemonize
             -debug  - Enable debug messages

Example xwinwrap -g 400x400 -ni -s -nf -b -un -argb -sh circle -- gifview -w WID mygif.gif -a

Changes

  • Added ability to make undecorated window
  • Changed how desktop window is found
  • Refactored window hints

Original source - https://launchpad.net/xwinwrap

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].