dotfiles

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

Makefile (439B)


      1 PREFIX="${XDG_DATA_HOME}/regexghost/wm-scripts"
      2 
      3 normal:
      4 	mkdir -p ${PREFIX}
      5 	cp altgrtosuper.sh ${PREFIX}/altgrtosuper.sh
      6 	cp volume.sh ${PREFIX}/volume.sh
      7 	cp dmenu-runner.sh ${PREFIX}/dmenu-runner.sh
      8 	cp dmenu-programs.sh ${PREFIX}/dmenu-programs.sh
      9 	cp bookmarks.sh ${PREFIX}/bookmarks.sh
     10 	cp keyboard-settings.sh ${PREFIX}/keyboard-settings.sh
     11 	cp jwm-xinit.sh ${PREFIX}/jwm-xinit.sh
     12 	cp jwm-scratchpad.sh ${PREFIX}/jwm-scratchpad.sh