[qtile] Add way to diable float

This commit is contained in:
Marcel Kapfer 2020-08-23 20:04:43 +02:00
parent 646c4673f7
commit 7246f587b4
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ keys = [
# Unsplit = 1 window displayed, like Max layout, but still with
# multiple stack panes
Key([mod, "shift"], "Return", lazy.layout.toggle_split()),
Key([mod], "f", lazy.window.toggle_floating()),
Key([mod], "Return", lazy.spawn("es")), # es = emacsclient
Key([mod], "t", lazy.spawn("alacritty -e /usr/bin/fish")),
Key([mod, "shift"], "t", lazy.spawn("alacritty")),