Dotfiles config update (2022-04-30)

This commit is contained in:
q3aql 2022-04-30 20:38:14 +02:00
parent c16fa06c65
commit b1904e6239

View File

@ -1,12 +1,8 @@
# Justine Smithies
# https://github.com/justinesmithies/qtile-wayland-dotfiles
# Mouse floating layouts.
from libqtile.config import Drag, Click
from libqtile.command import lazy
from .keys import mod
mouse = [
Drag(
[mod],
@ -20,9 +16,5 @@ mouse = [
lazy.window.set_size_floating(),
start=lazy.window.get_size()
),
Click(
[mod],
"Button2",
lazy.window.bring_to_front()
)
Click([mod], "Button2", lazy.window.bring_to_front())
]