From 858094ffd47aa40021def2d4f6545777b61e3bf4 Mon Sep 17 00:00:00 2001 From: Daja177 <59206235+Daja177@users.noreply.github.com> Date: Tue, 21 Jan 2020 18:54:36 +0100 Subject: [PATCH] replace absolute path --- .xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xprofile b/.xprofile index f1e73b3..f6ca2a3 100644 --- a/.xprofile +++ b/.xprofile @@ -12,4 +12,4 @@ sxhkd -m 1 & # Bind keys with sxhkd xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle mpd-module-update & # Check for when to update the mpd module -notify-send -i /home/luke/.local/share/larbs/larbs.png "Welcome to LARBS" "Press super+F1 for the help menu." # LARBSWELCOME +notify-send -i ~/.local/share/larbs/larbs.png "Welcome to LARBS" "Press super+F1 for the help menu." # LARBSWELCOME