diff options
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 96073d3..e35d4ce 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -310,12 +310,12 @@ <command>pactl set-sink-volume 0 -10%</command> </action> </keybind> - <keybind key="Print"> + <keybind key="F12"> <action name="Execute"> <command>scrot ~/pictures/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> - <keybind key="A-Print"> + <keybind key="A-F12"> <action name="Execute"> <command>scrot -s ~/pictures/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command> </action> |