1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

migrate trans to trans_read

This commit is contained in:
deadc0de6
2019-06-09 18:04:34 +02:00
parent 9df3522a17
commit 9d0c30e633
4 changed files with 11 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ exec bspwm
f.write(' - {}\n'.format(action.key))
if d.trans_r:
for tr in d.trans_r:
f.write(' trans: {}\n'.format(tr.key))
f.write(' trans_read: {}\n'.format(tr.key))
f.write('profiles:\n')
f.write(' {}:\n'.format(profile))
f.write(' dotfiles:\n')