commit 3cc29fcd5870be7a9c4794fc6f325f1ead544d9e parent 07fb7936c02ec04b496a7e34ab5456428c1ab063 Author: Ed van Bruggen <edvb54@gmail.com> Date: Thu, 1 Oct 2015 22:01:53 -0700 OpenBox: Fix where image from screenshot is being saved Diffstat:
config/openbox/rc.xml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml @@ -246,7 +246,7 @@ </keybind> <keybind key="A-Print"> <action name="Execute"> - <command>scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ & viewnior ~/images/$f'</command> + <command>scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/pictures/ & viewnior ~/pictures/$f'</command> </action> </keybind> <!-- Keybindings for window switching -->