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