diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-25 13:21:47 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-25 13:21:47 +0800 |
| commit | 1cb9d75d3e150b44614f908066a565ef36b32741 (patch) | |
| tree | 760ca183de89c063611c14a6536e4576761b52f2 | |
| parent | 41f539556c36151bd5d4d8e9e48530ea8b87036c (diff) | |
Update
| -rw-r--r-- | misc/openbox/rc.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml index e8cc719..2a7bd2c 100644 --- a/misc/openbox/rc.xml +++ b/misc/openbox/rc.xml | |||
| @@ -917,6 +917,10 @@ | |||
| 917 | <application class="*"> | 917 | <application class="*"> |
| 918 | <focus>yes</focus> | 918 | <focus>yes</focus> |
| 919 | <decor>yes</decor> | 919 | <decor>yes</decor> |
| 920 | <position force="yes"> | ||
| 921 | <x>center</x> | ||
| 922 | <y>center</y> | ||
| 923 | </position> | ||
| 920 | </application> | 924 | </application> |
| 921 | <application name="obconf"> | 925 | <application name="obconf"> |
| 922 | <position force="yes"> | 926 | <position force="yes"> |
| @@ -936,12 +940,6 @@ | |||
| 936 | <y>center</y> | 940 | <y>center</y> |
| 937 | </position> | 941 | </position> |
| 938 | </application> | 942 | </application> |
| 939 | <application title="alacritty"> | ||
| 940 | <position force="yes"> | ||
| 941 | <x>center</x> | ||
| 942 | <y>center</y> | ||
| 943 | </position> | ||
| 944 | </application> | ||
| 945 | <!-- | 943 | <!-- |
| 946 | # this is an example with comments through out. use these to make your | 944 | # this is an example with comments through out. use these to make your |
| 947 | # own rules, but without the comments of course. | 945 | # own rules, but without the comments of course. |