From 2ae26107a42fa64585062296ff655abe38d5d044 Mon Sep 17 00:00:00 2001 From: Kiril Vladimirov Date: Fri, 25 Nov 2022 23:20:55 +0200 Subject: [PATCH] x11: rm -rf Not running my desktop environment under X11 for years now. --- Makefile | 13 +------------ x11/Xmodmap | 3 --- x11/Xresources | 19 ------------------- 3 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 x11/Xmodmap delete mode 100644 x11/Xresources diff --git a/Makefile b/Makefile index c7c8631..2c1912c 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ -ALL := bash tmux X git mercurial vim ipython zsh systemd mutt konsole +ALL := bash tmux git mercurial vim ipython zsh systemd mutt konsole dotfiles = `pwd` update: git pull - git submodule sync - git submodule foreach "git checkout master; git pull origin master; echo" $(MAKE) install env: @@ -13,15 +11,6 @@ env: install: $(ALL:%=install-%) env -install-X: - mkdir -p ~/.config/touchegg - ln -fs $(dotfiles)/x11/Xmodmap ~/.Xmodmap - ln -fs $(dotfiles)/x11/xinitrc ~/.xinitrc - ln -fs $(dotfiles)/x11/Xdefaults ~/.Xdefaults - ln -fs $(dotfiles)/x11/Xresources ~/.Xresources - ln -fs $(dotfiles)/x11/touchegg.conf ~/.config/touchegg/touchegg.conf - ln -fs $(dotfiles)/x11/libinput-gestures.conf ~/.config/libinput-gestures.conf - install-bash: ln -fs $(dotfiles)/sh/dir_colors ~/.dir_colors ln -fs $(dotfiles)/bash/rc ~/.bashrc diff --git a/x11/Xmodmap b/x11/Xmodmap deleted file mode 100644 index dc12776..0000000 --- a/x11/Xmodmap +++ /dev/null @@ -1,3 +0,0 @@ -remove Lock = Caps_Lock -keysym Caps_Lock = Control_L -add Control = Control_L diff --git a/x11/Xresources b/x11/Xresources deleted file mode 100644 index 132448b..0000000 --- a/x11/Xresources +++ /dev/null @@ -1,19 +0,0 @@ -*background: #ffffff -*foreground: #000000 -*cursorColor: #5f87af -*color0: #000000 -*color1: #af0000 -*color2: #008700 -*color3: #af5f00 -*color4: #005faf -*color5: #870087 -*color6: #008787 -*color7: #ffffff -*color8: #000000 -*color9: #af0000 -*color10: #008700 -*color11: #af5f00 -*color12: #005faf -*color13: #870087 -*color14: #008787 -*color15: #ffffff -- 2.45.2