Add fterminal plug in nvim, xkill key in qtile

This commit is contained in:
Smirnov Olexandr 2020-12-15 19:06:36 +02:00
parent e6bd4f6c12
commit 88cbabb443
3 changed files with 23 additions and 9 deletions

View file

@ -176,6 +176,10 @@ keys = [
lazy.spawncmd(),
desc="Spawn a command using a prompt widget"
),
Key([mod, "shift"], "Escape",
lazy.spawn("xkill"),
desc="Xkill"
)
]
# Workspaces name, keys
@ -299,6 +303,6 @@ floating_layout = layout.Floating(
{"wname": "pinentry"},
{"wmclass": "ssh-askpass"},
])
auto_fullscreen = False
auto_fullscreen = True
focus_on_window_activation = "smart"
wmname = "LG3D"