summaryrefslogtreecommitdiff
path: root/.config/openbox
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-11-29 16:31:31 -0600
committerlxf <sng@luxagraf.net>2022-11-29 16:31:31 -0600
commitf181bfe1db0bee1b30f1a33c733336807feed28e (patch)
tree17243104ad69a61df38dadf15ecc95f18a69a786 /.config/openbox
parente777bb54bb71f8d19900703d94e775cac6f7efe1 (diff)
brought openbox setup up to date with sway setup
Diffstat (limited to '.config/openbox')
-rw-r--r--.config/openbox/autostart7
-rw-r--r--.config/openbox/rc.xml20
2 files changed, 14 insertions, 13 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index 6ee039e..1567dbb 100644
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -1,13 +1,14 @@
xcompmgr -c &
tint2 &
-thunar &
redshift -l 34.3065:-82.66374 &
nm-applet &
clipmenud &
nextcloud &
+urxvt &
+mpd &
xset r rate 251 25 &
xset -b
xcape -e 'Control_L=Escape'
-xinput --set-prop "DELL07E6:00 06CB:76AF Touchpad" "libinput Click Method Enabled" 0 1
-xinput set-prop 14 "libinput Natural Scrolling Enabled" 1
+xinput --set-prop "PNP0C50:00 06CB:CDB0 Touchpad" "libinput Click Method Enabled" 0 1
+xinput set-prop 13 "libinput Natural Scrolling Enabled" 1
feh --bg-fill ~/pictures/desktops/boat2.jpg
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>