Lock all the screens
Gray out all the monitors properly when the typing break is on. https://bugzilla.gnome.org/show_bug.cgi?id=492974
This commit is contained in:
parent
06a65c388b
commit
de51788c8d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ drw_break_window_init (DrwBreakWindow *window)
|
|||
NULL);
|
||||
g_object_unref (client);
|
||||
|
||||
|
||||
g_object_set (window, "type", GTK_WINDOW_POPUP, NULL);
|
||||
gtk_window_set_keep_above (GTK_WINDOW (window), TRUE);
|
||||
gtk_window_fullscreen (GTK_WINDOW (window));
|
||||
gtk_window_set_modal (GTK_WINDOW (window), TRUE);
|
||||
|
|
Loading…
Add table
Reference in a new issue