kdocker
Kdocker is a command line tool that allows you to dock any application into the system tray of your desktop environment. It works by intercepting the window manager and manipulating the window properties. This tool is primarily designed for Linux-based operating systems. Kdocker can be used to minimize applications to the system tray, making them less obtrusive when you don't need them actively visible on your desktop. It supports various desktop environments such as KDE, GNOME, Xfce, and LXDE. Kdocker provides a simple way to control the applications that are minimized to the system tray, allowing you to easily manage them. It is a lightweight and easy-to-use tool that can enhance your desktop experience by reducing clutter and improving productivity.
List of commands for kdocker:
-
kdocker:tldr:28e4c kdocker: Send focused window to the system tray.$ kdocker -ftry on your machineexplain this command
-
kdocker:tldr:4b617 kdocker: Print version.$ kdocker --versiontry on your machineexplain this command
-
kdocker:tldr:80bf6 kdocker: Open an application and send it to the system tray.$ kdocker ${application}try on your machineexplain this command
-
kdocker:tldr:96188 kdocker: Display a cursor to send a window to the system tray when pressing the left mouse button (press any other mouse button to cancel).$ kdockertry on your machineexplain this command
-
kdocker:tldr:bcb39 kdocker: Open an application, send it to the system tray and if focus is lost, minimize it.$ kdocker -l ${application}try on your machineexplain this command
-
kdocker:tldr:caa42 kdocker: Display a cursor to send a window to the system tray with a custom icon when pressing the left mouse button.$ kdocker -i ${-path-to-icon}try on your machineexplain this command