summaryrefslogtreecommitdiffstats
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 19:06:11 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 19:06:11 -0400
commit7f334ff4b902e7cfbc8cb824e59510b752e7a754 (patch)
tree2a03dbd10f2beb3143b58e1f3f5ad457f2c9bd7b /.config/sxhkd/sxhkdrc
parent0948cd95f3dec7694186fb4fbe31a3c46289f7a0 (diff)
downloadeibhear-7f334ff4b902e7cfbc8cb824e59510b752e7a754.tar.gz
eibhear-7f334ff4b902e7cfbc8cb824e59510b752e7a754.tar.zst
eibhear-7f334ff4b902e7cfbc8cb824e59510b752e7a754.zip
oops, sed error
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index a43e582..ffef0b4 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -137,10 +137,10 @@ 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 -i "${XDG_DATA_HOME:$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." )
+ 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 "${XDG_DATA_HOME:-$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 ${XDG_DATA_HOME:$HOME/.local/share}/larbs/readme.mom -Tpdf | zathura -
+ groff -mom ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/readme.mom -Tpdf | zathura -
# F2 restarts either dwm or i3 and is bound in each.
# Change display
super + F3