Update .config/qtile/colors.py
Update .config/qtile/config.py Add .config/qtile/config_test_new.py Update .config/qtile/groups.py Update .config/qtile/keys.py Update .config/qtile/layouts.py
This commit is contained in:
parent
63872c9051
commit
869b78936c
6 changed files with 224 additions and 26 deletions
|
@ -1,4 +1,5 @@
|
|||
import subprocess
|
||||
import os
|
||||
|
||||
from libqtile import hook
|
||||
|
||||
|
@ -8,6 +9,7 @@ from screens import screens
|
|||
from bars import widget_defaults
|
||||
from layouts import layouts, floating_layout
|
||||
|
||||
@hook.subscribe.startup_once
|
||||
def start_once():
|
||||
subprocess.call(['/home/eeleater/.config/qtile/scripts/autostart.sh'])
|
||||
#@hook.subscribe.startup_once
|
||||
# def start_once():
|
||||
# user = os.path.expanduser('~')
|
||||
# subprocess.call([user + '/.config/qtile/scripts/autostart.sh'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue