[OLD] X: Add olde X crap for problem children

This commit is contained in:
Andrea Rogers 2024-05-22 19:32:44 -05:00
commit 284e4a966d
5 changed files with 180 additions and 1 deletions

View file

@ -81,7 +81,21 @@ $(HOME)/.sway/config: .sway/config
$(HOME)/.vim/bundle/Vundle.vim: $(HOME)/.vim/bundle
git clone https://github.com/VundleVim/Vundle.vim.git $@ || cd $@; git pull; exit 0
.PHONY: aliases profileds README
$(HOME)/.Xmodcapslock: x-crap/.Xmodcapslock
cp $< $@
$(HOME)/.Xdefaults: x-crap/.Xdefaults
cp $< $@
$(HOME)/.Xresources: x-crap/.Xresources
cp $< $@
$(HOME)/.xinitrc: x-crap/.xinitrc
cp $< $@
x-crap: $(HOME)/.Xmodcapslock $(HOME)/.Xdefaults $(HOME)/.Xresources $(HOME)/.xinitrc
.PHONY: aliases profileds README x-crap
### README #####################################################################