Skip to content

NikitaIvanovV/dmenu-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmenu-win

This small shell script allows you to switch between windows with dmenu.

showcase

Dependencies

Installation

Manual

git clone https://github.com/NikitaIvanovV/dmenu-win
cd dmenu-win
sudo make install

Uninstall with sudo make uninstall

AUR

If you are an Arch Linux user, you can install dmenu-win-git AUR package.

yay -S dmenu-win-git

Usage

Just run:

dmenu-win

dmenu is called with these options by default: -i -l 10 -p Windows. You can set your options via DMENU environmental variable:

DMENU='dmenu -l 5 -p Type...' dmenu-win

It's also possible to replace dmenu altogether (e.g. with fzf):

DMENU='fzf --border=rounded --layout=reverse-list' dmenu-win