diff options
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index c5f6df3..1ad53e4 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -120,7 +120,7 @@ use obconf if you want to change these without having to log out and back in --> - <number>4</number> + <number>1</number> <firstdesk>1</firstdesk> <names> <name>1</name> @@ -294,12 +294,12 @@ </keybind> <keybind key="Print"> <action name="Execute"> - <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="A-Print"> <action name="Execute"> - <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="XF86AudioMute"> |