Fix scrot behavior

This commit is contained in:
Ian Keane 2022-06-24 19:42:45 -04:00
parent c08cda1603
commit f437eeb28a

View file

@ -3,10 +3,10 @@
# #
# start flavours # start flavours
set norm_bg "#343D46" set norm_bg "#41323f"
set norm_fg "#CDD3DE" set norm_fg "#b9b6b0"
set sel_bg "#99C794" set sel_bg "#48b685"
set sel_fg "#343D46" set sel_fg "#41323f"
# end flavours # end flavours
# terminal emulator # terminal emulator
@ -56,7 +56,7 @@ super + g
# #
super + s 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 # set the window state
super + {t,shift + t,shift + f,f} super + {t,shift + t,shift + f,f}
bspc node -t {tiled,pseudo_tiled,floating,fullscreen} bspc node -t {tiled,pseudo_tiled,floating,fullscreen}