diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 06:42:23 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 06:42:23 -0500 |
| commit | 499e222fd702737d06fd2ff3bb21553ca96ec862 (patch) | |
| tree | 3c6be45c043a3c69d54b7eaeeba5ac32e0d55615 /.config | |
| parent | e4f214847e6d62473e97755723cd8250bee91742 (diff) | |
| download | eibhear-499e222fd702737d06fd2ff3bb21553ca96ec862.tar.gz eibhear-499e222fd702737d06fd2ff3bb21553ca96ec862.tar.zst eibhear-499e222fd702737d06fd2ff3bb21553ca96ec862.zip | |
welcome message with larbs icon
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6f2d4a0..2627ab9 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -139,7 +139,7 @@ XF86MyComputer # 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." ) + 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 -i "$HOME/.local/share/larbs/larbs.png" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> ~/.xprofile && notify-send "LARBS welcome message" "Welcome message re-enabled." ) # Show readme super + F1 groff -mom $HOME/.local/share/larbs/readme.mom -Tpdf | zathura - |
