aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-22 15:03:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-22 15:03:41 +0800
commit2af601396ece6b5693c9c01a00614a7c6fd25f13 (patch)
tree3bb691a82da4ff534f2da91af68b7dba5ca4d4f4 /X11/openbox
parentd0947320bc1b3a1223097749affe798ba225f979 (diff)
Update
Diffstat (limited to 'X11/openbox')
-rw-r--r--X11/openbox/rc.xml39
1 files changed, 23 insertions, 16 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index c69e378..253aab8 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -206,9 +206,6 @@
206 </action> 206 </action>
207 <action name="MoveToEdgeEast"/> 207 <action name="MoveToEdgeEast"/>
208 </keybind> 208 </keybind>
209 <keybind key="W-Up">
210 <action name="MaximizeFull"/>
211 </keybind>
212 <keybind key="W-Down"> 209 <keybind key="W-Down">
213 <action name="UnmaximizeFull"/> 210 <action name="UnmaximizeFull"/>
214 <action name="MoveResizeTo"> 211 <action name="MoveResizeTo">
@@ -245,6 +242,12 @@
245 <y>-0</y> 242 <y>-0</y>
246 </action> 243 </action>
247 </keybind> 244 </keybind>
245 <keybind key="W-S-h">
246 <action name="MoveResizeTo">
247 <x>0</x>
248 <y>0</y>
249 </action>
250 </keybind>
248 <keybind key="W-c"> 251 <keybind key="W-c">
249 <action name="MoveToCenter"/> 252 <action name="MoveToCenter"/>
250 </keybind> 253 </keybind>
@@ -495,8 +498,17 @@
495 </keybind> 498 </keybind>
496 <keybind key="W-t"> 499 <keybind key="W-t">
497 <action name="Execute"> 500 <action name="Execute">
498 <command>furminal</command> 501 <command>
499 </action> 502 alacritty --hold
503 -o "window.dimensions.columns=8"
504 -o "window.dimensions.lines=1"
505 -o "window.position.x=-0"
506 -o "window.position.y=0"
507 -o "font.size=40"
508 -e ~/helper/bin/unix/stopwatch.sh
509 </command>
510 </action>
511 <action name="NextWindow"/>
500 </keybind> 512 </keybind>
501 <keybind key="W-f"> 513 <keybind key="W-f">
502 <action name="Execute"> 514 <action name="Execute">
@@ -571,7 +583,11 @@
571 </keybind> 583 </keybind>
572 <keybind key="W-i"> 584 <keybind key="W-i">
573 <action name="Execute"> 585 <action name="Execute">
574 <command>alacritty -e nmtui</command> 586 <command>
587 alacritty
588 -o "window.dimensions.lines=30"
589 -e nmtui
590 </command>
575 </action> 591 </action>
576 </keybind> 592 </keybind>
577 <keybind key="W-b"> 593 <keybind key="W-b">
@@ -968,7 +984,7 @@
968 <decor>no</decor> 984 <decor>no</decor>
969 <focus>yes</focus> 985 <focus>yes</focus>
970 <decor>yes</decor> 986 <decor>yes</decor>
971 <position force="yes"> 987 <position>
972 <x>center</x> 988 <x>center</x>
973 <y>center</y> 989 <y>center</y>
974 </position> 990 </position>
@@ -982,15 +998,6 @@
982 <width>50%</width> 998 <width>50%</width>
983 </size> 999 </size>
984 </application> 1000 </application>
985 <application title="MPlayer">
986 <decor>no</decor>
987 </application>
988 <application title="Nitrogen">
989 <position force="yes">
990 <x>center</x>
991 <y>center</y>
992 </position>
993 </application>
994 <!-- 1001 <!--
995 # this is an example with comments through out. use these to make your 1002 # this is an example with comments through out. use these to make your
996 # own rules, but without the comments of course. 1003 # own rules, but without the comments of course.