mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: set on_focus_lost_hide to false on calculator sratchpad
This commit is contained in:
parent
cf65e56b03
commit
069a0474e6
@ -121,7 +121,7 @@ group_names = [
|
|||||||
|
|
||||||
scratch_pads = [
|
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"]
|
[[MOD], "c"]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user