welcome message and toggelability added
This commit is contained in:
parent
2cc4ba862d
commit
3a08ffc16f
2 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,9 @@ XF86MyComputer
|
|||
$TERMINAL -e $FILE /
|
||||
|
||||
# Function keys
|
||||
super + shift + F1
|
||||
grep LARBSWELCOME ~/.xprofile && ( sed -i "/LARBSWELCOME/d" ~/.xprofile && notify-send "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || ( echo "notify-send \"Welcome to LARBS on Void with dwm\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> ~/.xprofile && notify-send "LARBS welcome message" "Welcome message re-enabled." )
|
||||
#notify-send "LARBS" "The LARBS welcome message has been disabled."; sed -i "/LARBSWELCOME/d" ~/.xprofile
|
||||
# Show readme
|
||||
super + F1
|
||||
groff -mom $HOME/.local/share/larbs/readme.mom -Tpdf | zathura -
|
||||
|
|
|
@ -22,3 +22,4 @@ while pgrep -x mpd; do
|
|||
mpc idle >/dev/null 2>&1
|
||||
refbar
|
||||
done &
|
||||
notify-send "Welcome to LARBS on Void with dwm" "Press super+F1 for the help menu." # LARBSWELCOME
|
||||
|
|
Loading…
Reference in a new issue