updates to openbox config
This commit is contained in:
parent
674a890ad1
commit
e9b93f0b8c
3 changed files with 16 additions and 2 deletions
|
@ -267,7 +267,19 @@
|
|||
<!-- Take a screenshot of the current window with scrot when Alt+Print are pressed -->
|
||||
<keybind key="A-Print">
|
||||
<action name="Execute">
|
||||
<command>scrot -s</command>
|
||||
<command>scrot -s "scrot-%Y%m%dT%H%M%S.jpg"</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Duplicated to mimic gnome's behavior -->
|
||||
<keybind key="S-Print">
|
||||
<action name="Execute">
|
||||
<command>scrot -s "scrot-%Y%m%dT%H%M%S.jpg"</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Take a screenshot of the whole screen -->
|
||||
<keybind key="Print">
|
||||
<action name="Execute">
|
||||
<command>scrot "scrot-%Y%m%dT%H%M%S.jpg"</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Keybindings for window switching -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue