From f437eeb28a76888ba34be9fdc6b7c9a90055ce53 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Fri, 24 Jun 2022 19:42:45 -0400 Subject: [PATCH] Fix scrot behavior --- dotfiles/sxhkd/.config/sxhkd/sxhkdrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dotfiles/sxhkd/.config/sxhkd/sxhkdrc b/dotfiles/sxhkd/.config/sxhkd/sxhkdrc index e7e3175..0f8bd87 100644 --- a/dotfiles/sxhkd/.config/sxhkd/sxhkdrc +++ b/dotfiles/sxhkd/.config/sxhkd/sxhkdrc @@ -3,10 +3,10 @@ # # start flavours -set norm_bg "#343D46" -set norm_fg "#CDD3DE" -set sel_bg "#99C794" -set sel_fg "#343D46" +set norm_bg "#41323f" +set norm_fg "#b9b6b0" +set sel_bg "#48b685" +set sel_fg "#41323f" # end flavours # terminal emulator @@ -56,7 +56,7 @@ super + g # super + s - scrot -s -e 'xclip -selection clipboard -t image/png -i $f' + sleep .2 && scrot -s -e 'xclip -selection clipboard -t image/png -i $f' # set the window state super + {t,shift + t,shift + f,f} bspc node -t {tiled,pseudo_tiled,floating,fullscreen}