diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2024-11-17 17:24:05 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2024-11-17 17:24:05 +1300 |
commit | 5c406d754f80d8ceaebe8f588575be2561a51a20 (patch) | |
tree | 1e4175854bbf3be57d499aac5df5dda0de58d34f | |
parent | Reformat command for clarity (diff) | |
download | vixf-5c406d754f80d8ceaebe8f588575be2561a51a20.tar.gz vixf-5c406d754f80d8ceaebe8f588575be2561a51a20.zip |
Sort constants alphabetically, remove spaces
-rw-r--r-- | vixf.py3 | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -19,10 +19,8 @@ import pyperclip SELF = 'vixf' -FOCUS_DELAY = 0.2 - EDITOR = 'vi' - +FOCUS_DELAY = 0.2 TERM = 'x-terminal-emulator' keyboard = Controller() |