parent
fa077074ba
commit
674a890ad1
2 changed files with 1 additions and 3 deletions
|
@ -267,7 +267,7 @@
|
||||||
<!-- Take a screenshot of the current window with scrot when Alt+Print are pressed -->
|
<!-- Take a screenshot of the current window with scrot when Alt+Print are pressed -->
|
||||||
<keybind key="A-Print">
|
<keybind key="A-Print">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>scrot -s "$XDG_PICTURES_DIR/scrot-%Y%m%dT%H%M%S.jpg"</command>
|
<command>scrot -s</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for window switching -->
|
<!-- Keybindings for window switching -->
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#! /bin/sh
|
|
||||||
. $HOME/.config/user-dirs.dirs
|
|
Loading…
Reference in a new issue