diff options
author | Joe <rrbo@proton.me> | 2023-01-09 16:18:14 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-09 16:18:14 +0100 |
commit | e5a51b67e209f491b4507b9fd1b8d6231bbf400a (patch) | |
tree | 96101e05326012ac9766926bf1e27342798eb8d3 /.config/openbox/rc.xml | |
parent | up (diff) | |
download | dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.gz dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.bz2 dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.xz dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.tar.zst dotfiles-bsd-e5a51b67e209f491b4507b9fd1b8d6231bbf400a.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/rc.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index cd5cfc6..6ee40d5 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> </placement> <theme> - <name>Clearlooks-Phenix</name> + <name>Clearlooks</name> <titleLayout>SNLIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. @@ -133,7 +133,7 @@ desktops. Set this to 0 to disable the popup. --> </desktops> <resize> - <drawContents>yes</drawContents> + <drawContents>no</drawContents> <popupShow>Nonpixel</popupShow> <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) --> <popupPosition>Center</popupPosition> @@ -433,6 +433,15 @@ <menu>root-menu</menu> </action> </keybind> + <keybind key="W-w"> + <action name="Move"/> + </keybind> + <keybind key="W-C-w"> + <action name="Move"/> + </keybind> + <keybind key="W-S-w"> + <action name="Resize"/> + </keybind> </keyboard> <mouse> <dragThreshold>1</dragThreshold> |