From 1a52af53bc34058dd2e052c63e511c7fd7795da6 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sat, 6 Feb 2021 14:03:07 +0100 Subject: [PATCH] corrected resolutions --- qtile/.config/qtile/defines.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtile/.config/qtile/defines.py b/qtile/.config/qtile/defines.py index 37b786c..b02b5f9 100644 --- a/qtile/.config/qtile/defines.py +++ b/qtile/.config/qtile/defines.py @@ -3,8 +3,8 @@ focus_color = '#bd93f9' border_width = 2 mod = 'mod4' hotkey_file='/home/paul/Hotkeys' -main_screen_res = [3840,1440] -top_screen_res = [1440,780] +main_screen_res = [3440,1440] +top_screen_res = [1440,900] #region colors light_foreground_color = ['#f8f8f2','#f8f8f2']