diff options
author | lxf <sng@luxagraf.net> | 2022-04-24 16:42:19 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-04-24 16:42:19 -0400 |
commit | 426f8aa8fff9367b02bd01b49c92efb8f52c11ed (patch) | |
tree | cbec39eb7a53ab323aecc53d9c27722d77b733a9 /.config/openbox/rc.xml | |
parent | 484d4d8cbaa5145324d80456ab5ddb624f590ddc (diff) |
latest changes to dell environment
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"> |