aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-08 01:29:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-08 03:21:59 +1200
commitaa74fbb5730e6a60af42399d8cd33f5fcf784344 (patch)
tree710fdd87ced8e735667d9853705d77861430d83a /Makefile
parentCorrect target ordering in Makefile (diff)
downloaddotfiles-aa74fbb5730e6a60af42399d8cd33f5fcf784344.tar.gz
dotfiles-aa74fbb5730e6a60af42399d8cd33f5fcf784344.zip
Remove sxhkdrc dependence on urxvt
xterm should work fine now, if that's what's configured as the x-terminal-emulator alternative.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7135f5c5..c186e69b 100644
--- a/Makefile
+++ b/Makefile
@@ -580,7 +580,7 @@ install-subversion:
mkdir -p -- $(HOME)/.subversion
cp -p -- subversion/config $(HOME)/.subversion
-install-sxhkd: install-x install-urxvt
+install-sxhkd: install-x
mkdir -p -- $(XDG_CONFIG_HOME)/sxhkd
cp -p -- sxhkd/sxhkdrc $(XDG_CONFIG_HOME)/sxhkd
cp -p -- sxhkd/xsession.d/* $(HOME)/.xsession.d