aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2021-08-23 16:46:44 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-08-23 16:46:44 +0900
commit05d583e291df07dd78f01f5b105ea86ace8b043a (patch)
treec929a9cb76aa9dd1bc78d97c6f3545589e50424b
parentf8f273b3b272db3928ac8e8549ce434005d413c5 (diff)
downloadwf-clock-05d583e291df07dd78f01f5b105ea86ace8b043a.tar.gz
gtk3: add a hint to not take focus
-rwxr-xr-xgtk3/wf-clock1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk3/wf-clock b/gtk3/wf-clock
index f031323..c4263ad 100755
--- a/gtk3/wf-clock
+++ b/gtk3/wf-clock
@@ -25,6 +25,7 @@ window.resizable = false
window.role = "no-border-pop-up"
window.app_paintable = true
window.skip_taskbar_hint = true
+window.accept_focus = false
window.visual = Gdk::Screen.default.rgba_visual
box = Gtk::Box.new(:horizontal, 0)