aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:44:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:44:03 +1200
commit506e0545b0f20567d74b14d20f06c6f804e7bdc2 (patch)
treeb9e4a8a745e7e255964ddeed2153fd5793074f9e /Makefile
parentRemove battery display in i3bar for now (diff)
downloaddotfiles-506e0545b0f20567d74b14d20f06c6f804e7bdc2.tar.gz
dotfiles-506e0545b0f20567d74b14d20f06c6f804e7bdc2.zip
Lean on default path for i3 status config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f557e50c..9f98ce20 100644
--- a/Makefile
+++ b/Makefile
@@ -456,7 +456,8 @@ install-gnupg: gnupg/profile.d/gnupg.sh install-sh
install-i3: install-x
mkdir -p -- $(XDG_CONFIG_HOME)/i3
cp -p -- i3/config $(XDG_CONFIG_HOME)/i3
- cp -p -- i3/status $(XDG_CONFIG_HOME)/i3
+ mkdir -p -- $(XDG_CONFIG_HOME)/i3status
+ cp -p -- i3/status $(XDG_CONFIG_HOME)/i3status/config
install-init:
if test -d /run/systemd/system ; then make install-systemd ; fi