mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
qtile: set on_focus_lost_hide to false on calculator sratchpad
This commit is contained in:
parent
cf65e56b03
commit
069a0474e6
@ -18,7 +18,7 @@ CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -r
|
|||||||
SCREENSHOT = "gnome-screenshot"
|
SCREENSHOT = "gnome-screenshot"
|
||||||
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
||||||
ZOOM_UTILITY = "boomer"
|
ZOOM_UTILITY = "boomer"
|
||||||
CALCULATOR= "gnome-calculator"
|
CALCULATOR = "gnome-calculator"
|
||||||
POWER_MENU = os.path.expanduser(
|
POWER_MENU = os.path.expanduser(
|
||||||
"~/.scripts/bin/simple-power-menu"
|
"~/.scripts/bin/simple-power-menu"
|
||||||
)
|
)
|
||||||
@ -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