mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add fterminal plug in nvim, xkill key in qtile
This commit is contained in:
parent
e6bd4f6c12
commit
88cbabb443
3 changed files with 23 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue