Fix scrot behavior
This commit is contained in:
parent
c08cda1603
commit
f437eeb28a
1 changed files with 5 additions and 5 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue