Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 763 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 763 Bytes

dlauncher

Application launcher made in c++ and fltk with colors matching adwaita dark theme

icon search path by default is /usr/share/icons/hicolor/48x48/apps/

configuration file is $HOME/.config/dlauncher/config

buttons with hover effect

Screenshot

Installation

Install dlauncher with:

  apt install libfltk1.3-dev -y
  make; ./dlauncher

Note

For using in labwc add following to .config/labwc/rc.xml

  <windowRules>
      <windowRule title="*dlauncher*">
        <action name="MoveToEdge" direction="down" snapWindows="no" />
        <action name="MoveToEdge" direction="left" snapWindows="no" />
      </windowRule>
  </windowRules>