qtile: small fixes
This commit is contained in:
parent
7437e13c96
commit
b2247e06e7
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# The primary config for Qtile on TileOS
|
# The primary config for Qtile on TileOS
|
||||||
|
|
||||||
from libqtile import bar, hook, layout
|
from libqtile import bar, hook, layout, widget
|
||||||
from libqtile.config import Group, Key, Match, Screen
|
from libqtile.config import Group, Key, Match, Screen
|
||||||
from libqtile.lazy import lazy
|
from libqtile.lazy import lazy
|
||||||
# Make sure 'qtile-extras' is installed or this config will not work.
|
# Make sure 'qtile-extras' is installed or this config will not work.
|
||||||
|
@ -188,9 +188,7 @@ screens = [
|
||||||
border_width = [0, 0, 2, 0],
|
border_width = [0, 0, 2, 0],
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
mouse_callbacks={"Button1": lazy.spawn("/usr/share/tileos/scripts/clipboard.sh --list"),
|
mouse_callbacks={"Button1": lazy.spawn("nwg-clipman")
|
||||||
"Button2": lazy.spawn("rm -f ~/.cache/cliphist/db"),
|
|
||||||
"Button3": lazy.spawn("/usr/share/tileos/scripts/clipboard.sh --del")
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
|
|
Loading…
Add table
Reference in a new issue