diff options
| author | navewindre <boneyaard@gmail.com> | 2024-12-24 11:12:55 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-12-24 11:12:55 +0100 |
| commit | cf8170c6450df4d77251ab6eddfe9fc0f78072ae (patch) | |
| tree | 6cce7063522b37a42743929af9ea78b6cb0d974b /config/openbox/rc-templ.xml | |
| parent | 2dfbb5b499cd809f936da74b7c9d9ee6a8809808 (diff) | |
a
Diffstat (limited to 'config/openbox/rc-templ.xml')
| -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"> |
