Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
/ dmenu Public archive

Personal fork of dmenu from suckless.org.

License

Notifications You must be signed in to change notification settings

wzykubek/dmenu

Repository files navigation

dmenu

Installation

sudo make clean install

Added features

  • Mouse support
  • Line height modify
  • .Xresources support
  • Hide password (-P flag)
  • Highlight of matched text

Configuration

.Xresources

You can set your colors and font in '~/.Xresources' file and dmenu will use this configuration when you run xrdb ~/.Xresources

Avaible '.Xresources' atributes:

  • dmenu.font : font or font set
  • dmenu.background : normal background color
  • dmenu.foreground : normal foreground color
  • dmenu.selbackground : selected background color
  • dmenu.selforeground : selected foreground color

Example configuration:

*.font: Inconsolata:pixelsize=15:antialias=true:autohint=true:hintstyle=hintmedium

*.background: #071616
*.foreground: #dfdfdf

dmenu.selbackground: #144949
dmenu.selforeground: #dfdfdf

Line height

You can use '-h' argument to set height of dmenu line. For example:

$ dmenu_run -h 24

About

Personal fork of dmenu from suckless.org.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published