Ferdi is back; keybind for toggle floating.
This commit is contained in:
parent
6888421fb1
commit
d0d1157025
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ def autostart():
|
|||
groups = [
|
||||
Group("1", label="\uf292"),
|
||||
Group("2", label="\uf738", matches=[Match(wm_class=["firefox"])]),
|
||||
Group("3", label="\uf70d", matches=[Match(wm_class=["Ferdium"])]),
|
||||
Group("3", label="\uf70d", matches=[Match(wm_class=["Ferdi"])]),
|
||||
Group("4", label="\uf7aa", matches=[Match(wm_class=["mutt"])]),
|
||||
Group("5", label="\uf120"),
|
||||
Group("6", label="\uf120"),
|
||||
|
@ -75,6 +75,7 @@ keys = [
|
|||
Key([mod, "control"], "e", lazy.spawn("dmenu-emoji")),
|
||||
Key([mod, "control"], "d", lazy.spawn("dmenu-display")),
|
||||
# WM control
|
||||
Key([mod], "f", lazy.window.toggle_floating()),
|
||||
Key([mod], "q", lazy.window.kill()),
|
||||
Key([mod, "control", "shift"], "l", lazy.spawn("physlock")),
|
||||
Key([mod, "control", "shift"], "q", lazy.shutdown()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue