Skip to content

Commit

Permalink
Merge pull request #824 from j-d-r/master
Browse files Browse the repository at this point in the history
Fix: Add CLI command to reload configuration
  • Loading branch information
mattrose authored Feb 5, 2024
2 parents b13d356 + b935eda commit 94254ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terminator
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ if __name__ == '__main__':
elif OPTIONS.toggle_visibility:
dbg('requesting to toggle windows visibility')
ipc.toggle_visibility_cmdline(optionslist)

if OPTIONS.reload:
elif OPTIONS.reload:
dbg('requesting to reload configuration for all windows')
ipc.reload_configuration()

elif OPTIONS.unhide:
print('requesting to unhide windows')
ipc.unhide_cmdline(optionslist)
Expand Down

0 comments on commit 94254ee

Please sign in to comment.