From db790ee5d350033300071d491b485cd4eb0c4459 Mon Sep 17 00:00:00 2001 From: pancakes Date: Wed, 3 Apr 2024 01:58:27 +1000 Subject: [PATCH] tech support --- README.md | 2 ++ river/.config/river/init | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index ccd7d15..46b6cd9 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Thunar (files) - Super+Shift+E BTOP++ (monitor) - Ctrl+Shift+Escape +ArchWiki in browser - Ctrl+/ + #### System Clipboard history - Super+V diff --git a/river/.config/river/init b/river/.config/river/init index f5d369a..0fa5678 100755 --- a/river/.config/river/init +++ b/river/.config/river/init @@ -90,6 +90,7 @@ riverctl map normal Super Return spawn $TERMINAL riverctl map normal Super E spawn "$TERMINAL -e lf" riverctl map normal Super+Shift E spawn thunar riverctl map normal Control+Shift Escape spawn "$TERMINAL -e btop" +riverctl map normal Super Slash spawn "xdg-open https://wiki.archlinux.org" # tech support :3 # Screenshots mkdir -p ~/Pictures/Screenshots # Make screenshots folder if missing