diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-10 11:42:43 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-10 11:42:43 +0800 |
commit | 4e3844ffde9fc63837e58fa8c0a0fdde445cfeed (patch) | |
tree | 510e7f83959ecc4199b50ffd5604d5f2c83ae766 /X11/openbox | |
parent | fefcf9b37e70789ad597c97f99822b21e691e3f3 (diff) |
Update
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. |