diff options
| author | Syndamia <kamen@syndamia.com> | 2023-10-18 14:04:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-10-18 14:04:29 +0300 |
| commit | 999bb0cb0e771505ea13cba702474bd27b9d9930 (patch) | |
| tree | e32fbdb3c5e8a28d87860c93ca20f84ac1422a1c /.config/openbox | |
| parent | 8c28168386c2c4c6e96671cef98ea27fb634debd (diff) | |
| download | dotfiles-999bb0cb0e771505ea13cba702474bd27b9d9930.tar dotfiles-999bb0cb0e771505ea13cba702474bd27b9d9930.tar.gz dotfiles-999bb0cb0e771505ea13cba702474bd27b9d9930.zip | |
[ob] xed windows will now be put on the right and be toggleable
Diffstat (limited to '.config/openbox')
| -rw-r--r-- | .config/openbox/rc.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 171913f..7072944 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -288,6 +288,11 @@ <command>jgmenu_run</command> </action> </keybind> + <keybind key="W-x"> + <action name="Execute"> + <command>wmctrl -x -a xed -b toggle,hidden</command> + </action> + </keybind> <keybind key="C-A-T"> <action name="Execute"> <startupnotify> @@ -797,6 +802,20 @@ <!-- show the manage desktops section in the client-list-(combined-)menu --> </menu> <applications> + <application title="xed"> + <decor>no</decor> + + <position force="no"> + <x>-108</x> + <y>center</y> + </position> + <size> + <width>20%</width> + <height>100%</height> + </size> + <skip_taskbar>yes</skip_taskbar> + <layer>above</layer> + </application> <!-- # this is an example with comments through out. use these to make your # own rules, but without the comments of course. |
