question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

qtile start_once not working

See original GitHub issue

i have imported import os import re import socket import subprocess from libqtile import qtile from libqtile.config import Click, Drag, Group, Key, Match, Screen from libqtile.command import lazy from libqtile import layout, bar, widget, hook from libqtile.lazy import lazy from libqtile.utils import guess_terminal from typing import List from libqtile.dgroups import simple_key_binder

auto start code is

@hook.subscribe.startup_once def start_once(): home = os.path.expanduser('~') subprocess.call([home + '/.config/qtile/autostart.sh'])

autostart.sh file code

nitrogen --restore & picom &

but autostart script dosent work when my pc starts do somethnign

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BIGBEASTISHANKcommented, Jan 18, 2022

@BIGBEASTISHANK did you manage to get this working? Let me know if you’re still having issues.

Nope it didn’t worked, i switched to bspwm and not i use gnome

0reactions
BIGBEASTISHANKcommented, Oct 29, 2021

@BIGBEASTISHANK did you manage to get this working? Let me know if you’re still having issues.

will do for sure

Read more comments on GitHub >

github_iconTop Results From Across the Web

Start up hooks dont work · Issue #1169 · qtile/qtile - GitHub
I have recently started using Qtile and I love it but I cannot get any of the below to startup any of the...
Read more >
Troubleshooting - Qtile Docs
When Qtile is running, it logs error messages (and other messages) to its log file. This is found at ~/.local/share/qtile/qtile.log . This is...
Read more >
autostart.sh not working : r/qtile - Reddit
Here is my autostart.sh: picom & nitrogen-restore & qtile cmd-obj -o cmd -f hide_show_bar 2 polybar. My config.py autostart function:.
Read more >
ArcoLinux : 912 overview of the configuration file of qtile
ArcoLinux : 912 overview of the configuration file of qtile ... ArcoLinux : 3168 Fix pacman key - what if fixkey does not...
Read more >
Autostart script not working in Qtile on Manjaro
I have to run the script manually every time I start Qtile. This is what I have in my config.py : from libqtile...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found