From 903ebc1085ea0d9abdfe1075a716f7b128430bc2 Mon Sep 17 00:00:00 2001 From: agryphus Date: Mon, 14 Aug 2023 16:55:11 -0400 Subject: [PATCH] Added printscreen commands --- .config/sxhkd/sxhkdrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f9d6529..6639b55 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -3,9 +3,13 @@ super + d super + D passmenu super + Return - st + $TERMINAL super + grave dmenuunicode super + w - thorium-browser + $BROWSER +super + Print + dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim -s ~/name +super + shift + Print + dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim ~/name