diff options
author | luxagraf <sng@luxagraf.net> | 2024-09-01 09:28:19 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-09-01 09:28:19 -0500 |
commit | 72f9d30c25d86b338c7d7b94a9f6afd2d43c6c7c (patch) | |
tree | 10157c997e5417bde5ccc6e643e97787813db9c2 /.config/openbox | |
parent | 76b12d7b4d66bf4c5c81035768c8e6c18cd8efd0 (diff) |
switched everything over to hidpi for XPS
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/autostart | 6 | ||||
-rw-r--r-- | .config/openbox/menu.xml | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 3bffadc..a97b0b4 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -4,10 +4,10 @@ redshift-gtk -l 34.3065:-82.66374 & nm-applet & clipmenud & mpd & -syncthingtray & +nextcloud & xset r rate 251 25 & 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 +xinput set-prop 12 "libinput Click Method Enabled" 0 1 +xinput set-prop 12 "libinput Natural Scrolling Enabled" 1 feh --bg-fill ~/pictures/desktops/2017-09-01_084149_buckboard-abajo-mnts.jpg diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 9cfab81..57a3e1a 100644 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -7,8 +7,8 @@ <item label="Firefox Developer Edition"> <action name="Execute"> <execute>/usr/lib/firefox-developer-edition/firefox</execute> </action> </item> - <item label="Neovim"> <action name="Execute"> - <execute>alacritty -e nvim</execute> + <item label="urxvt"> <action name="Execute"> + <execute>urxvt</execute> </action> </item> <item label="Text Editor"> <action name="Execute"> <execute>gedit</execute> |