Switch to rofi.
This commit is contained in:
parent
e8e2fb2fb5
commit
122f54d3ae
6 changed files with 20 additions and 19 deletions
|
@ -31,7 +31,7 @@ groups = [
|
|||
Group("0", label="\uf2bb", matches=[Match(wm_class=["workfx"])]),
|
||||
ScratchPad("scratchpad", [
|
||||
DropDown(
|
||||
"spterm", "sh -c 'BROWSER=firefox st'",
|
||||
"spterm", "foot",
|
||||
on_focus_lost_hide=False,
|
||||
width=0.40,
|
||||
height=0.50,
|
||||
|
@ -76,9 +76,9 @@ keys = [
|
|||
Key([mod, "shift"], "e", lazy.group["scratchpad"].dropdown_toggle('spwork')),
|
||||
Key([mod, "shift"], "i", lazy.spawn("grim")),
|
||||
Key([mod, "shift"], "Return", lazy.spawn("sh -c 'terminal_profile=work foot -o url.launch=workfx\ \${url}'")),
|
||||
Key([mod, "control"], "a", lazy.spawn("dmenu-audio")),
|
||||
Key([mod, "control"], "b", lazy.spawn("dmenu-bluetooth")),
|
||||
Key([mod, "control"], "e", lazy.spawn("dmenu-chars")),
|
||||
Key([mod, "control"], "a", lazy.spawn("selector-audio")),
|
||||
Key([mod, "control"], "b", lazy.spawn("selector-bluetooth")),
|
||||
Key([mod, "control"], "e", lazy.spawn("selector-chars")),
|
||||
# WM control
|
||||
Key([mod], "f", lazy.window.toggle_floating()),
|
||||
Key([mod], "q", lazy.window.kill()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue