aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11
diff options
context:
space:
mode:
Diffstat (limited to 'X11')
-rw-r--r--X11/openbox/rc.xml24
1 files changed, 3 insertions, 21 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index b0def68..aa58b85 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -499,27 +499,17 @@
499 <keybind key="W-t"> 499 <keybind key="W-t">
500 <action name="Execute"> 500 <action name="Execute">
501 <command> 501 <command>
502 alacritty --title STOPWATCH --hold 502 alacritty --title TIMER --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"
506 -o "window.position.y=0" 506 -o "window.position.y=0"
507 -o "window.opacity=0.6" 507 -o "window.opacity=0.6"
508 -o "font.size=40" 508 -o "font.size=40"
509 -e ~/helper/bin/unix/stopwatch.sh 509 -e ~/helper/bin/unix/timer.sh SIGINT
510 </command> 510 </command>
511 </action> 511 </action>
512 </keybind> 512 </keybind>
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 <keybind key="W-y">
524 <action name="Execute"> 514 <action name="Execute">
525 <command> 515 <command>
@@ -1032,15 +1022,7 @@
1032 <width>50%</width> 1022 <width>50%</width>
1033 </size> 1023 </size>
1034 </application> 1024 </application>
1035 <application title="STOPWATCH"> 1025 <application title="TIMER">
1036 <position force="yes">
1037 <x>-0</x>
1038 <y>-0</y>
1039 </position>
1040 <layer>above</layer>
1041 <skip_taskbar>yes</skip_taskbar>
1042 </application>
1043 <application title="COUNTDOWN">
1044 <position force="yes"> 1026 <position force="yes">
1045 <x>-0</x> 1027 <x>-0</x>
1046 <y>-0</y> 1028 <y>-0</y>