From 225d8c9781dd29e9dd7b3b6edb1ec0f706236c5f Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 22 Jan 2024 21:36:14 -0500 Subject: Fix typo in screenshot command and fix kshrc not being loaded --- river/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'river/init') diff --git a/river/init b/river/init index 3d6c905..8797716 100755 --- a/river/init +++ b/river/init @@ -168,7 +168,7 @@ riverctl map normal Super D spawn bemenu-run riverctl map normal Super B spawn 'pkill -SIGUSR1 waybar' riverctl focus-follows-cursor normal -riverctl map normal Super+Shift P spawn 'grim /tmp/screenshot_$(date +S).png' +riverctl map normal Super+Shift P spawn 'grim /tmp/screenshot_$(date +%S).png' riverctl map normal Super+Shift+Control P spawn 'grim -g "$(slurp)" /tmp/screenshot_$(date +%S).png' riverctl map normal Super P spawn dpw-menu -- cgit v1.2.3