Temporary disable autostart script
This commit is contained in:
parent
811bba8dfa
commit
1cffe68aef
2 changed files with 10 additions and 4 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
tileos-settings-qtile (0.3~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Temporary disable autostart scripe
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 24 Nov 2023 23:06:21 +0400
|
||||||
|
|
||||||
tileos-settings-qtile (0.2~tileos) unstable; urgency=medium
|
tileos-settings-qtile (0.2~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* New release
|
* New release
|
||||||
|
|
|
@ -310,10 +310,10 @@ auto_minimize = True
|
||||||
# When using the Wayland backend, this can be used to configure input devices.
|
# When using the Wayland backend, this can be used to configure input devices.
|
||||||
wl_input_rules = None
|
wl_input_rules = None
|
||||||
|
|
||||||
@hook.subscribe.startup_once
|
#@hook.subscribe.startup_once
|
||||||
def start_once():
|
#def start_once():
|
||||||
home = os.path.expanduser('~')
|
# home = os.path.expanduser('~')
|
||||||
subprocess.call([home + '/.config/qtile/autostart.sh'])
|
# subprocess.call([home + '/.config/qtile/autostart.sh'])
|
||||||
|
|
||||||
|
|
||||||
# XXX: Gasp! We're lying here. In fact, nobody really uses or cares about this
|
# XXX: Gasp! We're lying here. In fact, nobody really uses or cares about this
|
||||||
|
|
Loading…
Add table
Reference in a new issue