diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/openbox/rc-templ.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/openbox/rc-templ.xml b/config/openbox/rc-templ.xml index 85b0c92..c1da4f1 100644 --- a/config/openbox/rc-templ.xml +++ b/config/openbox/rc-templ.xml @@ -327,7 +327,7 @@ </keybind> <keybind key="W-C-s"> <action name="Execute"> - <command>scrot -s -e 'xclip -selection clipboard -t image/png -i $f'</command> + <command>scrot -s -e 'xclip -selection clipboard -t image/png -i $f && rm $f'</command> </action> </keybind> <keybind key="W-C-e"> |
