flamegraphs: Improve the title page
[libguestfs-talks.git] / 2019-fosdem / nbdview / nbdview.tcl
index 9e41014..0e87690 100755 (executable)
@@ -77,6 +77,7 @@ set h [nbdcanvas .f.c $logfile $size $blocksize $width $scale]
 pack .f.c -anchor center -expand 0 -fill none
 
 # Set up the window.
+wm attributes . -topmost 1
 wm title . "nbdview $logfile"
 wm resizable . false false