From 3ef507c9cf75c0c94c3bc493edc099b132c59561 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Mon, 18 May 2020 23:38:53 -0500 Subject: [PATCH] Update sxhkdrc --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 1ff37a2b..0a060235 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -137,7 +137,7 @@ XF86MyComputer # Function keys super + shift + F1 - grep LARBSWELCOME ~/.xprofile && ( sed -i "/LARBSWELCOME/d" "${XDG_RUNTIME_DIR}/.xprofile" && notify-send "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || ( echo "notify-send -i "${XDG_DATA_HOME}/larbs/larbs.png" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> "${XDG_RUNTIME_DIR}/.xprofile" && notify-send "LARBS welcome message" "Welcome message re-enabled." ) + grep LARBSWELCOME "${XDG_RUNTIME_DIR}/.xprofile" && ( sed -i "/LARBSWELCOME/d" "${XDG_RUNTIME_DIR}/.xprofile" && notify-send "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || ( echo "notify-send -i "${XDG_DATA_HOME}/larbs/larbs.png" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> "${XDG_RUNTIME_DIR}/.xprofile" && notify-send "LARBS welcome message" "Welcome message re-enabled." ) # Show readme super + F1 groff -mom "${XDG_DATA_HOME}/larbs/readme.mom" -Tpdf | zathura -