diff options
Diffstat (limited to 'X11')
-rw-r--r-- | X11/openbox/rc.xml | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 253aab8..f5797ae 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -499,7 +499,7 @@ | |||
499 | <keybind key="W-t"> | 499 | <keybind key="W-t"> |
500 | <action name="Execute"> | 500 | <action name="Execute"> |
501 | <command> | 501 | <command> |
502 | alacritty --hold | 502 | alacritty --title STOPWATCH --hold |
503 | -o "window.dimensions.columns=8" | 503 | -o "window.dimensions.columns=8" |
504 | -o "window.dimensions.lines=1" | 504 | -o "window.dimensions.lines=1" |
505 | -o "window.position.x=-0" | 505 | -o "window.position.x=-0" |
@@ -508,7 +508,19 @@ | |||
508 | -e ~/helper/bin/unix/stopwatch.sh | 508 | -e ~/helper/bin/unix/stopwatch.sh |
509 | </command> | 509 | </command> |
510 | </action> | 510 | </action> |
511 | <action name="NextWindow"/> | 511 | </keybind> |
512 | <keybind key="W-S-t"> | ||
513 | <action name="Execute"> | ||
514 | <command> | ||
515 | alacritty --title COUNTDOWN --hold | ||
516 | -o "window.dimensions.columns=8" | ||
517 | -o "window.dimensions.lines=1" | ||
518 | -o "window.position.x=-0" | ||
519 | -o "window.position.y=0" | ||
520 | -o "font.size=40" | ||
521 | -e ~/helper/bin/unix/countdown.sh | ||
522 | </command> | ||
523 | </action> | ||
512 | </keybind> | 524 | </keybind> |
513 | <keybind key="W-f"> | 525 | <keybind key="W-f"> |
514 | <action name="Execute"> | 526 | <action name="Execute"> |
@@ -998,6 +1010,18 @@ | |||
998 | <width>50%</width> | 1010 | <width>50%</width> |
999 | </size> | 1011 | </size> |
1000 | </application> | 1012 | </application> |
1013 | <application title="STOPWATCH"> | ||
1014 | <position force="yes"> | ||
1015 | <x>-0</x> | ||
1016 | <y>-0</y> | ||
1017 | </position> | ||
1018 | </application> | ||
1019 | <application title="COUNTDOWN"> | ||
1020 | <position force="yes"> | ||
1021 | <x>-0</x> | ||
1022 | <y>-0</y> | ||
1023 | </position> | ||
1024 | </application> | ||
1001 | <!-- | 1025 | <!-- |
1002 | # this is an example with comments through out. use these to make your | 1026 | # this is an example with comments through out. use these to make your |
1003 | # own rules, but without the comments of course. | 1027 | # own rules, but without the comments of course. |
@@ -1087,8 +1111,8 @@ | |||
1087 | # make the window in fullscreen mode when it appears | 1111 | # make the window in fullscreen mode when it appears |
1088 | 1112 | ||
1089 | <maximized>true</maximized> | 1113 | <maximized>true</maximized> |
1090 | # 'Horizontal', 'Vertical' or boolean (yes/no) | ||
1091 | </application> | 1114 | </application> |
1115 | # 'Horizontal', 'Vertical' or boolean (yes/no) | ||
1092 | 1116 | ||
1093 | # end of the example | 1117 | # end of the example |
1094 | --> | 1118 | --> |