summaryrefslogtreecommitdiff
path: root/src/caelestia
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-19 17:28:21 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-19 17:28:21 +1000
commit2664749c75417b947efdd9ab1b136aaa0ade42b2 (patch)
treec99612838714abd4d49d8f24968f84bb882cb921 /src/caelestia
parentcompletions: add screenshot (diff)
downloadcaelestia-cli-2664749c75417b947efdd9ab1b136aaa0ade42b2.tar.gz
caelestia-cli-2664749c75417b947efdd9ab1b136aaa0ade42b2.tar.bz2
caelestia-cli-2664749c75417b947efdd9ab1b136aaa0ade42b2.zip
shell: disable textinput log warning
Diffstat (limited to 'src/caelestia')
-rw-r--r--src/caelestia/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caelestia/parser.py b/src/caelestia/parser.py
index 271b97c..37ce591 100644
--- a/src/caelestia/parser.py
+++ b/src/caelestia/parser.py
@@ -23,7 +23,7 @@ def parse_args() -> (argparse.ArgumentParser, argparse.Namespace):
shell_parser.add_argument("-l", "--log", action="store_true", help="print the shell log")
shell_parser.add_argument(
"--log-rules",
- default="quickshell.dbus.properties.warning=false;quickshell.dbus.dbusmenu.warning=false;quickshell.service.notifications.warning=false;quickshell.service.sni.host.warning=false",
+ default="quickshell.dbus.properties.warning=false;quickshell.dbus.dbusmenu.warning=false;quickshell.service.notifications.warning=false;quickshell.service.sni.host.warning=false;qt.qpa.wayland.textinput.warning=false",
metavar="RULES",
help="log rules to apply",
)