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),