From 931fb711785a5e0c3487472743811315e63ff79e Mon Sep 17 00:00:00 2001 From: hnhx Date: Fri, 17 Feb 2023 14:40:15 +0100 Subject: [PATCH] fixed makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fdde661..3d3d227 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ all: cp -f ./zshrc ~/.zshrc cp -f ./xinitrc ~/.xinitrc cp -f ./picom.conf ~/.config/ - mkdir ~/sxhkd - cp -f ./sxhkdrc ~/sxhkd/ + mkdir ~/.config/sxhkd + cp -f ./sxhkdrc ~/.config/sxhkd/ feh --bg-scale ./bg.jpg install: