mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Reverting back to X11
This commit is contained in:
@@ -653,7 +653,7 @@ Executes a bash script (autostart.sh) which launches programs for autostart.
|
|||||||
@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-x11'])
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
@@ -504,7 +504,7 @@ 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-wayland'])
|
subprocess.call([home + '/.config/qtile/autostart-x11'])
|
||||||
|
|
||||||
# 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
|
||||||
# string besides java UI toolkits; you can see several discussions on the
|
# string besides java UI toolkits; you can see several discussions on the
|
||||||
|
|||||||
Reference in New Issue
Block a user