diff options
Diffstat (limited to '.config/openbox/rc.xml')
| -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. |
