diff options
author | Joe <rrbo@proton.me> | 2023-02-20 10:24:44 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-20 10:24:44 +0100 |
commit | c2caa1859e43b6c58e7f71b72b17f215669629e8 (patch) | |
tree | e357095227e9fe2837acc274ad994b94883a2e6d | |
parent | up (diff) | |
download | dotfiles-bsd-c2caa1859e43b6c58e7f71b72b17f215669629e8.tar.gz dotfiles-bsd-c2caa1859e43b6c58e7f71b72b17f215669629e8.tar.bz2 dotfiles-bsd-c2caa1859e43b6c58e7f71b72b17f215669629e8.tar.xz dotfiles-bsd-c2caa1859e43b6c58e7f71b72b17f215669629e8.tar.zst dotfiles-bsd-c2caa1859e43b6c58e7f71b72b17f215669629e8.zip |
up
-rwxr-xr-x | .config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 52a14de..7e37bf9 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -3,8 +3,8 @@ Copy the file to $HOME/.config/openbox/ instead. --> <openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude"> <resistance> - <strength>10</strength> - <screen_edge_strength>20</screen_edge_strength> + <strength>20</strength> + <screen_edge_strength>40</screen_edge_strength> </resistance> <focus> <focusNew>yes</focusNew> |