devilspie2 icon indicating copy to clipboard operation
devilspie2 copied to clipboard

avoid fullscreen window

Open 9acca9 opened this issue 1 year ago • 0 comments

Hi. There is a way to do this? I want to constrict the windows to a place even if the app is set to "fullscreen". (im not talking about maximize, instead fullscreen) Thanks

Edit: i try this code but nothing happen when i put firefox in fullscreen

if get_window_fullscreen()==true then
    debug_print("LOWERING WINDOW " .. get_window_name())
    set_window_above(false)
    set_window_below(true)
end

What i want is to constrict the app to some part of the screen

9acca9 avatar Dec 05 '24 23:12 9acca9