diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-06-17 17:52:37 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-06-17 17:52:37 -0400 |
| commit | 5b24d967cddaf601bbf5dcb24512d653f97b0d14 (patch) | |
| tree | 611dc6a6bfca4f47d9121b054408d158c59d9edc | |
| parent | 930765334f1b7bc8bf743c5df8054676883120ce (diff) | |
| download | eibhear-5b24d967cddaf601bbf5dcb24512d653f97b0d14.tar.gz eibhear-5b24d967cddaf601bbf5dcb24512d653f97b0d14.tar.zst eibhear-5b24d967cddaf601bbf5dcb24512d653f97b0d14.zip | |
cleanup
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 54b34a1..43e7c6a 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,7 +5,7 @@ # The keys NOT bound here by sxhkd, but by dwm or i3 are: # The t thru p keys on the top row # The f thru ; keys on the home row -# The b key on the bottom row +# The b key on the bottom row (hides the bar in either case) # Basic binds super + Return @@ -134,7 +134,6 @@ 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." ) -#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 - @@ -157,6 +156,5 @@ super + F8 # Mount a USB drive or Android device super + {F9,F10} {dmenumount,dmenuumount} - super + F12 $TERMINAL -e wpa_cli |
