forked from Shinonome/caelestia-cli
shell: disable textinput log warning
This commit is contained in:
@@ -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("-l", "--log", action="store_true", help="print the shell log")
|
||||||
shell_parser.add_argument(
|
shell_parser.add_argument(
|
||||||
"--log-rules",
|
"--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",
|
metavar="RULES",
|
||||||
help="log rules to apply",
|
help="log rules to apply",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user