Dotfiles config update (2022-04-30)
This commit is contained in:
parent
c16fa06c65
commit
b1904e6239
|
@ -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())
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user