Update install.sh
This commit is contained in:
26
install.sh
26
install.sh
@@ -2375,12 +2375,6 @@ keys = [
|
||||
Key([mod, "shift"], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
|
||||
Key([mod], "l", lazy.spawn(os.path.expanduser("xsecurelock")), desc='Computer Lockdown'),
|
||||
|
||||
# ScratchPad Keybindings
|
||||
Key([mod, "shift"], "Return", lazy.group['scratchpad'].dropdown_toggle('term')),
|
||||
Key([mod, "shift"], "e", lazy.group['scratchpad'].dropdown_toggle('mc')),
|
||||
Key([mod, "shift"], "v", lazy.group['scratchpad'].dropdown_toggle('volume')),
|
||||
Key([mod, "shift"], "t", lazy.group['scratchpad'].dropdown_toggle('term2')),
|
||||
|
||||
# Default
|
||||
Key([mod], "h", lazy.layout.left(), desc="Move focus to left"),
|
||||
Key([mod], "l", lazy.layout.right(), desc="Move focus to right"),
|
||||
@@ -2477,16 +2471,16 @@ for vt in range(1, 8):
|
||||
# nf-md-pac_man nf-md-ghost nf-fa-circle nf-cod-circle_large nf-cod-circle_filled nf-md-circle_small nf-md-circle_medium
|
||||
|
||||
groups = [
|
||||
Group("1", label="", layout="monadtall"),
|
||||
Group("1", label="", layout="monadtall"),
|
||||
Group("2", label="", layout="monadtall"),
|
||||
Group("3", label="", layout="monadtall"),
|
||||
Group("3", label="", layout="monadtall"),
|
||||
Group("4", label="", layout="monadtall"),
|
||||
Group("5", label="", layout="monadtall"),
|
||||
Group("6", label="", layout="monadtall"),
|
||||
Group("5", label="", layout="monadtall"),
|
||||
Group("6", label="", layout="monadtall"),
|
||||
Group("7", label="", layout="monadtall"),
|
||||
Group("8", label="", layout="monadtall"),
|
||||
Group("8", label="", layout="monadtall"),
|
||||
Group("9", label="", layout="monadtall"),
|
||||
Group("0", label="", layout="bsp"),
|
||||
Group("0", label="", layout="bsp"),
|
||||
]
|
||||
|
||||
for i in groups:
|
||||
@@ -2513,6 +2507,14 @@ for i in groups:
|
||||
]
|
||||
)
|
||||
|
||||
# ScratchPad Keybindings
|
||||
keys.extend([
|
||||
Key([mod, "shift"], "Return", lazy.group['scratchpad'].dropdown_toggle('term')),
|
||||
Key([mod, "shift"], "e", lazy.group['scratchpad'].dropdown_toggle('mc')),
|
||||
Key([mod, "shift"], "v", lazy.group['scratchpad'].dropdown_toggle('volume')),
|
||||
Key([mod, "shift"], "t", lazy.group['scratchpad'].dropdown_toggle('term2')),
|
||||
])
|
||||
|
||||
# ScratchPads
|
||||
groups.append(ScratchPad("scratchpad", [
|
||||
DropDown("term", "kitty --class=scratch", width=0.8, height=0.8, x=0.1, y=0.1, opacity=1),
|
||||
|
||||
Reference in New Issue
Block a user