diff options
Diffstat (limited to 'X11/openbox')
-rw-r--r-- | X11/openbox/rc.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index d45c1d9..12f6563 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -638,6 +638,11 @@ | |||
638 | </command> | 638 | </command> |
639 | </action> | 639 | </action> |
640 | </keybind> | 640 | </keybind> |
641 | <keybind key="W-i"> | ||
642 | <action name="Execute"> | ||
643 | <command>nm-connection-editor</command> | ||
644 | </action> | ||
645 | </keybind> | ||
641 | <keybind key="W-b"> | 646 | <keybind key="W-b"> |
642 | <action name="Execute"> | 647 | <action name="Execute"> |
643 | <command>blueman-manager</command> | 648 | <command>blueman-manager</command> |
@@ -1099,6 +1104,12 @@ | |||
1099 | <layer>above</layer> | 1104 | <layer>above</layer> |
1100 | <skip_taskbar>yes</skip_taskbar> | 1105 | <skip_taskbar>yes</skip_taskbar> |
1101 | </application> | 1106 | </application> |
1107 | <application title="Network Connections"> | ||
1108 | <size> | ||
1109 | <width>50%</width> | ||
1110 | <height>50%</height> | ||
1111 | </size> | ||
1112 | </application> | ||
1102 | <!-- | 1113 | <!-- |
1103 | # this is an example with comments through out. use these to make your | 1114 | # this is an example with comments through out. use these to make your |
1104 | # own rules, but without the comments of course. | 1115 | # own rules, but without the comments of course. |