mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-06 08:36:24 +02:00
Update Popen call
This commit is contained in:
parent
86cdaa71a1
commit
3e8c84e135
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ config.apply_theme(os.environ["HOME"]+"/.config/i3/config",loaded_theme)
|
||||||
for meta_key,meta_value in loaded_theme["meta"].items():
|
for meta_key,meta_value in loaded_theme["meta"].items():
|
||||||
log(meta_value,title=meta_key.title())
|
log(meta_value,title=meta_key.title())
|
||||||
if args.restart:
|
if args.restart:
|
||||||
subprocess.Popen("i3-msg restart".split())
|
subprocess.Popen("i3-msg restart".split(),stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue