summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-06-14 15:47:33 -0500
committerluxagraf <sng@luxagraf.net>2023-06-14 15:47:33 -0500
commit025920261ba58cf9eacc15eb0ca1fa9eb0930720 (patch)
tree9087f263768921097dd773ebec82e7861d6bfc4e /.config
parent62a55a6799a982ed834ecae4479b7338996eed54 (diff)
latest lenovo dotfile changes
Diffstat (limited to '.config')
-rw-r--r--.config/openbox/autostart2
-rw-r--r--.config/openbox/rc.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index 4444240..d5ab1f4 100644
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -11,4 +11,4 @@ xset -b
xcape -e 'Control_L=Escape'
xinput set-prop 11 "libinput Click Method Enabled" 0 1
xinput set-prop 11 "libinput Natural Scrolling Enabled" 1
-feh --bg-fill ~/pictures/desktops/boat2.jpg
+feh --bg-fill ~/pictures/desktops/522961.jpg
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index 96073d3..e35d4ce 100644
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -310,12 +310,12 @@
<command>pactl set-sink-volume 0 -10%</command>
</action>
</keybind>
- <keybind key="Print">
+ <keybind key="F12">
<action name="Execute">
<command>scrot ~/pictures/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command>
</action>
</keybind>
- <keybind key="A-Print">
+ <keybind key="A-F12">
<action name="Execute">
<command>scrot -s ~/pictures/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command>
</action>