qtile start_once not working
See original GitHub issuei 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:
- Created 2 years ago
- Comments:8 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nope it didn’t worked, i switched to bspwm and not i use gnome
will do for sure