From 1cffe68aef45179a3cef42436fe7a82d952cbbd4 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 24 Nov 2023 23:07:00 +0400 Subject: [PATCH] Temporary disable autostart script --- debian/changelog | 6 ++++++ etc/skel/.config/qtile/config.py | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d5f3245..e34efc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-qtile (0.3~tileos) unstable; urgency=medium + + * Temporary disable autostart scripe + + -- Aleksey Samoilov Fri, 24 Nov 2023 23:06:21 +0400 + tileos-settings-qtile (0.2~tileos) unstable; urgency=medium * New release diff --git a/etc/skel/.config/qtile/config.py b/etc/skel/.config/qtile/config.py index 58ca304..990340b 100644 --- a/etc/skel/.config/qtile/config.py +++ b/etc/skel/.config/qtile/config.py @@ -310,10 +310,10 @@ auto_minimize = True # When using the Wayland backend, this can be used to configure input devices. wl_input_rules = None -@hook.subscribe.startup_once -def start_once(): - home = os.path.expanduser('~') - subprocess.call([home + '/.config/qtile/autostart.sh']) +#@hook.subscribe.startup_once +#def start_once(): +# home = os.path.expanduser('~') +# subprocess.call([home + '/.config/qtile/autostart.sh']) # XXX: Gasp! We're lying here. In fact, nobody really uses or cares about this