diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-14 15:47:33 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-14 15:47:33 -0500 |
commit | 025920261ba58cf9eacc15eb0ca1fa9eb0930720 (patch) | |
tree | 9087f263768921097dd773ebec82e7861d6bfc4e /.config | |
parent | 62a55a6799a982ed834ecae4479b7338996eed54 (diff) |
latest lenovo dotfile changes
Diffstat (limited to '.config')
-rw-r--r-- | .config/openbox/autostart | 2 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 4 |
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> |