dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

dmenu-programs.sh (133B)


      1 #!/bin/sh
      2 
      3 DMENU_RUNNER="$XDG_DATA_HOME/regexghost/wm-scripts/dmenu-runner.sh"
      4 
      5 dmenu_path | "$DMENU_RUNNER" | ${SHELL:-"/bin/sh"} &