From c089ec1e273a4a8fc24712f58a40e73920b0048e Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 28 Aug 2024 13:41:03 -0400 Subject: [PATCH] move pomidor floating frame up a little to help with visibility of bottom status bars in app windows --- org/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/init.el b/org/init.el index f16dca0..7fc0551 100644 --- a/org/init.el +++ b/org/init.el @@ -451,7 +451,7 @@ ; assumes a 1440p multi-monitor setup with monitor 1 'to the right of' monitor 2 ; remove the (- [stuff] 2506) to undo this workaround (x (- (- (/ dw 2) (/ fw 2)) 2560)) - (y (- (- dh fh ) 100))) + (y (- (- dh fh ) 125))) (set-frame-position f x y) ) ; ensure pomidor is running & do /not/ reset state