move pomidor floating frame up a little to help with visibility of bottom status bars in app windows
This commit is contained in:
parent
0c7b4a6373
commit
c089ec1e27
|
@ -451,7 +451,7 @@
|
||||||
; assumes a 1440p multi-monitor setup with monitor 1 'to the right of' monitor 2
|
; assumes a 1440p multi-monitor setup with monitor 1 'to the right of' monitor 2
|
||||||
; remove the (- [stuff] 2506) to undo this workaround
|
; remove the (- [stuff] 2506) to undo this workaround
|
||||||
(x (- (- (/ dw 2) (/ fw 2)) 2560))
|
(x (- (- (/ dw 2) (/ fw 2)) 2560))
|
||||||
(y (- (- dh fh ) 100)))
|
(y (- (- dh fh ) 125)))
|
||||||
(set-frame-position f x y)
|
(set-frame-position f x y)
|
||||||
)
|
)
|
||||||
; ensure pomidor is running & do /not/ reset state
|
; ensure pomidor is running & do /not/ reset state
|
||||||
|
|
Reference in a new issue