From b2247e06e7ea4efc535c41b9321d136c6eaf995f Mon Sep 17 00:00:00 2001 From: Aleksey Samoilov Date: Sun, 22 Jun 2025 01:38:13 +0400 Subject: [PATCH] qtile: small fixes --- qtile/etc/skel/.config/qtile/config.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/qtile/etc/skel/.config/qtile/config.py b/qtile/etc/skel/.config/qtile/config.py index 07ad574..bdac22a 100644 --- a/qtile/etc/skel/.config/qtile/config.py +++ b/qtile/etc/skel/.config/qtile/config.py @@ -1,6 +1,6 @@ # 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.lazy import lazy # Make sure 'qtile-extras' is installed or this config will not work. @@ -188,9 +188,7 @@ screens = [ border_width = [0, 0, 2, 0], ) ], - mouse_callbacks={"Button1": lazy.spawn("/usr/share/tileos/scripts/clipboard.sh --list"), - "Button2": lazy.spawn("rm -f ~/.cache/cliphist/db"), - "Button3": lazy.spawn("/usr/share/tileos/scripts/clipboard.sh --del") + mouse_callbacks={"Button1": lazy.spawn("nwg-clipman") }, ), widget.Spacer(length = 8),