mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 06:59:28 +02:00
dimmer: no need to stay above (and fight with other clients)
This commit is contained in:
parent
959aa992bf
commit
6e75c87102
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ import argparse
|
|||
def realize_event(widget):
|
||||
window = widget.get_window()
|
||||
window.set_override_redirect(True)
|
||||
window.set_keep_above(True)
|
||||
|
||||
|
||||
def draw_event(widget, event, options, elapsed):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue