mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
export: Remove nocpp from xrdb.
This commit is contained in:
parent
ff2ad9bd35
commit
d240c6e50b
@ -26,7 +26,7 @@ def xrdb(xrdb_files=None):
|
|||||||
|
|
||||||
if shutil.which("xrdb") and OS != "Darwin":
|
if shutil.which("xrdb") and OS != "Darwin":
|
||||||
for file in xrdb_files:
|
for file in xrdb_files:
|
||||||
subprocess.run(["xrdb", "-merge", "-nocpp", "-quiet", file])
|
subprocess.run(["xrdb", "-merge", "-quiet", file])
|
||||||
|
|
||||||
|
|
||||||
def oomox(gen_theme):
|
def oomox(gen_theme):
|
||||||
|
Loading…
Reference in New Issue
Block a user