From 069a0474e6e5704cdaa6bb07a890e190160ccc28 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sun, 29 May 2022 16:34:34 -0300 Subject: [PATCH] qtile: set on_focus_lost_hide to false on calculator sratchpad --- .config/qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 1817118..e58a5af 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -18,7 +18,7 @@ CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -r SCREENSHOT = "gnome-screenshot" SCREENSHOT_UTILITY = "gnome-screenshot -i" ZOOM_UTILITY = "boomer" -CALCULATOR= "gnome-calculator" +CALCULATOR = "gnome-calculator" POWER_MENU = os.path.expanduser( "~/.scripts/bin/simple-power-menu" ) @@ -121,7 +121,7 @@ group_names = [ scratch_pads = [ [ - DropDown("calculator", CALCULATOR, x=0.75, y=0.45, width=0.2, height=0.4, opacity=0.9), + DropDown("calculator", CALCULATOR, x=0.75, y=0.45, width=0.2, height=0.4, opacity=0.9, on_focus_lost_hide=False), [[MOD], "c"] ], [