3
Zenityダイアログボックスを常に前面に表示する
Zenityダイアログがフォーカスを失ったことを検出する方法はありますか? ユーザーがを押さない限り、ダイアログボックスを前面に表示したままにしますESC。 私はそれをこのスクリプトに追加しようとしています: #!/bin/bash # requires these packages from ubuntu repository: # wmctrl, zenity, x11-utils # and the script mouse-speed # This procect on git: https://github.com/rubo77/mouse-speed ######## configuration ########## # seconds between micro breaks microbreak_time=$(( 10 * 60 )) # micro break duration in seconds microbreak_duration=15 # seconds between long …
8
zenity