mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add unminimize.
This commit is contained in:
@ -45,6 +45,7 @@ func (manager *DesktopManagerCtx) Start() {
|
||||
Str("screen_size", fmt.Sprintf("%dx%d@%d", width, height, rate)).
|
||||
Msgf("setting initial screen size")
|
||||
|
||||
xevent.Unminimize = manager.config.Unminimize
|
||||
go xevent.EventLoop(manager.config.Display)
|
||||
|
||||
// In case it was opened
|
||||
|
Reference in New Issue
Block a user