aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--misc/openbox/rc.xml10
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.