summaryrefslogtreecommitdiff
path: root/.config/openbox/rc.xml
diff options
context:
space:
mode:
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r--.config/openbox/rc.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index af5594e..70f1e35 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>5</number>
+ <number>4</number>
<firstdesk>1</firstdesk>
<names>
<name>1</name>
@@ -191,7 +191,7 @@
<keybind key="A-J">
<action name="GoToDesktop">
<to>left</to>
- <wrap>no</wrap>
+ <wrap>yes</wrap>
</action>
</keybind>
<keybind key="A-K">
@@ -312,12 +312,12 @@
</keybind>
<keybind key="Print">
<action name="Execute">
- <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command>
+ <command>scrot ~/pictures/screenshots/scrn-%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/scrn-%Y-%m-%d-%H-%M-%S.png</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
@@ -327,12 +327,12 @@
</keybind>
<keybind key="XF86MonBrightnessDown">
<action name="Execute">
- <command>brightnessctl set 100-</command>
+ <command>brightnessctl set 10-</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessUp">
<action name="Execute">
- <command>brightnessctl set 100+</command>
+ <command>brightnessctl set 10+</command>
</action>
</keybind>
<!-- Keybindings for window switching -->
@@ -659,13 +659,13 @@
</mousebind>
</context>
<context name="Desktop">
- <mousebind button="Up" action="Click">
- <action name="GoToDesktop">
+ <mousebind button="Up" action="">
+ <action name="">
<to>previous</to>
</action>
</mousebind>
- <mousebind button="Down" action="Click">
- <action name="GoToDesktop">
+ <mousebind button="Down" action="">
+ <action name="">
<to>next</to>
</action>
</mousebind>