diff options
Diffstat (limited to 'X11')
-rw-r--r-- | X11/openbox/rc.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index f5797ae..b0def68 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -504,12 +504,23 @@ | |||
504 | -o "window.dimensions.lines=1" | 504 | -o "window.dimensions.lines=1" |
505 | -o "window.position.x=-0" | 505 | -o "window.position.x=-0" |
506 | -o "window.position.y=0" | 506 | -o "window.position.y=0" |
507 | -o "window.opacity=0.6" | ||
507 | -o "font.size=40" | 508 | -o "font.size=40" |
508 | -e ~/helper/bin/unix/stopwatch.sh | 509 | -e ~/helper/bin/unix/stopwatch.sh |
509 | </command> | 510 | </command> |
510 | </action> | 511 | </action> |
511 | </keybind> | 512 | </keybind> |
512 | <keybind key="W-S-t"> | 513 | <keybind key="W-S-t"> |
514 | <action name="ForEach"> | ||
515 | <query target="default"> | ||
516 | <title type="exact">STOPWATCH</title> | ||
517 | </query> | ||
518 | <then> | ||
519 | <action name="Focus"/> | ||
520 | </then> | ||
521 | </action> | ||
522 | </keybind> | ||
523 | <keybind key="W-y"> | ||
513 | <action name="Execute"> | 524 | <action name="Execute"> |
514 | <command> | 525 | <command> |
515 | alacritty --title COUNTDOWN --hold | 526 | alacritty --title COUNTDOWN --hold |
@@ -517,11 +528,22 @@ | |||
517 | -o "window.dimensions.lines=1" | 528 | -o "window.dimensions.lines=1" |
518 | -o "window.position.x=-0" | 529 | -o "window.position.x=-0" |
519 | -o "window.position.y=0" | 530 | -o "window.position.y=0" |
531 | -o "window.opacity=0.6" | ||
520 | -o "font.size=40" | 532 | -o "font.size=40" |
521 | -e ~/helper/bin/unix/countdown.sh | 533 | -e ~/helper/bin/unix/countdown.sh |
522 | </command> | 534 | </command> |
523 | </action> | 535 | </action> |
524 | </keybind> | 536 | </keybind> |
537 | <keybind key="W-S-y"> | ||
538 | <action name="ForEach"> | ||
539 | <query target="default"> | ||
540 | <title type="exact">COUNTDOWN</title> | ||
541 | </query> | ||
542 | <then> | ||
543 | <action name="Focus"/> | ||
544 | </then> | ||
545 | </action> | ||
546 | </keybind> | ||
525 | <keybind key="W-f"> | 547 | <keybind key="W-f"> |
526 | <action name="Execute"> | 548 | <action name="Execute"> |
527 | <command>thunar ~/Downloads</command> | 549 | <command>thunar ~/Downloads</command> |
@@ -1015,12 +1037,16 @@ | |||
1015 | <x>-0</x> | 1037 | <x>-0</x> |
1016 | <y>-0</y> | 1038 | <y>-0</y> |
1017 | </position> | 1039 | </position> |
1040 | <layer>above</layer> | ||
1041 | <skip_taskbar>yes</skip_taskbar> | ||
1018 | </application> | 1042 | </application> |
1019 | <application title="COUNTDOWN"> | 1043 | <application title="COUNTDOWN"> |
1020 | <position force="yes"> | 1044 | <position force="yes"> |
1021 | <x>-0</x> | 1045 | <x>-0</x> |
1022 | <y>-0</y> | 1046 | <y>-0</y> |
1023 | </position> | 1047 | </position> |
1048 | <layer>above</layer> | ||
1049 | <skip_taskbar>yes</skip_taskbar> | ||
1024 | </application> | 1050 | </application> |
1025 | <!-- | 1051 | <!-- |
1026 | # this is an example with comments through out. use these to make your | 1052 | # this is an example with comments through out. use these to make your |