dmenu_path
simple commands for minimalistic window managers
Install
- All systems
-
curl cmd.cat/dmenu_path.sh
- Debian
-
apt-get install suckless-tools
- Ubuntu
-
apt-get install suckless-tools
- Alpine
-
apk add dmenu
- Arch Linux
-
pacman -S dmenu
- Kali Linux
-
apt-get install suckless-tools
- Fedora
-
dnf install dmenu
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install suckless-tools
- OS X
-
brew install dmenu
- Raspbian
-
apt-get install suckless-tools
- Dockerfile
- dockerfile.run/dmenu_path
- Docker
-
docker run cmd.cat/dmenu_path dmenu_path
powered by Commando
suckless-tools
simple commands for minimalistic window managers
This package provides simple commands designed to be used with a minimalistic window manager like dwm but they can be useful in scripts regardless of the window manager used. * dmenu: Dynamic menu is a generic menu for X. * lsw: Lists the titles of all running X windows to stdout, similar to ls(1). * lsx: Lists executables in a directory. * slock: Simple X display locker that locks the X session. * sprop: Sets or gets X window properties. * sselp: Simple X selection printer that prints the X selection to stdout. * ssid: Simple setsid replacement. * swarp: Simple X warping tool to warp the mouse pointer to a given position. * tabbed: Simple generic tabbed fronted to xembed aware applications. * wmname: Prints/sets the window manager name property of the root window imilar to how hostname(1) behaves. * xssstate: Retrieves the state of X screensaver.