All Projects → onli → simdock

onli / simdock

Licence: GPL-2.0 license
small dock with pseudo-transparency and good window handling

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to simdock

shod-old
hybrid (floating and tiling) tabbed window manager
Stars: ✭ 56 (+80.65%)
Mutual labels:  x11
inputplug
XInput event monitor daemon
Stars: ✭ 26 (-16.13%)
Mutual labels:  x11
Hypr
Hypr is a tiling window manager written in modern C++.
Stars: ✭ 659 (+2025.81%)
Mutual labels:  x11
PockKit
Core framework for building Pock widgets
Stars: ✭ 64 (+106.45%)
Mutual labels:  dock
polyred
📺 3D Graphics in Go.
Stars: ✭ 31 (+0%)
Mutual labels:  x11
keyd
A key remapping daemon for linux.
Stars: ✭ 687 (+2116.13%)
Mutual labels:  x11
keyboard modifiers status
Gnome-Shell extension that shows keyboard modifiers status. It's useful when sticky keys are active.
Stars: ✭ 15 (-51.61%)
Mutual labels:  x11
voidwm
voidwm • sanely patched dwm
Stars: ✭ 32 (+3.23%)
Mutual labels:  x11
x11
Bindings to X11 for the D programming language
Stars: ✭ 20 (-35.48%)
Mutual labels:  x11
shapebar
A simple bar based on Lemonbar.
Stars: ✭ 16 (-48.39%)
Mutual labels:  x11
DockController
Dock Controller - Control Your Dock
Stars: ✭ 18 (-41.94%)
Mutual labels:  dock
hotkey
⌨️ cross-platform hotkey package
Stars: ✭ 82 (+164.52%)
Mutual labels:  x11
x11-fractional-display-scaling
Script and instructions to get fractional display scaling working nicely on Linux distros that use X11
Stars: ✭ 52 (+67.74%)
Mutual labels:  x11
mmwm
Modern Minimalistic Window Manager
Stars: ✭ 45 (+45.16%)
Mutual labels:  x11
knime-docker
KNIME Analytics Platform & SDK with Docker Container in X11 desktop
Stars: ✭ 19 (-38.71%)
Mutual labels:  x11
funcd
Daemon for functional keys (works without X11)
Stars: ✭ 14 (-54.84%)
Mutual labels:  x11
x11-rs
Rust bindings for X11 libraries
Stars: ✭ 169 (+445.16%)
Mutual labels:  x11
katriawm
A non-reparenting, dynamic window manager with decorations
Stars: ✭ 53 (+70.97%)
Mutual labels:  x11
westford
Westford Wayland Compositor
Stars: ✭ 39 (+25.81%)
Mutual labels:  x11
dotfiles
🏡 Personal dotfiles configuration
Stars: ✭ 73 (+135.48%)
Mutual labels:  x11

Simdock

Build Status

This is simdock, an eye-candy deskbar for Linux.

simdock example

Features

  • Starters in the dock keep track of launched applications, enabling minimizing, raising and cycling through its windows
  • Transparent background without compositing, which still gets automatically updated when the background changes
  • Fluid animations – icons get bigger when hovered and shortly transparent when clicked
  • Configurable size and icon placement

Install

AppImage

You can use simdock without install by downloading the continous AppImage build from the release page. Then make it executable

chmod +x ~/Downloads/Simdock*.AppImage

and start it

~/Downloads/Simdock*.AppImage

Ubuntu

On launchpad, there is a PPA with daily builds, currently for Ubuntu versions up to 19.10. Add it with

sudo add-apt-repository ppa:onli/simdock

and install simdock

sudo apt-get update
sudo apt-get install simdock

Manually

  1. Install dependencies. Under Ubuntu:

     sudo apt-get install pkg-config libglib2.0-dev libgconf2-dev libgtk2.0-dev libwnck-dev libwxgtk3.0-dev libxcb1-dev libxcb-ewmh-dev xcb-proto librsvg2-dev
    
  2. Type make to compile

  3. Type sudo make install to install

Start

Start with simdock

Original

http://sourceforge.net/projects/simdock

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].