aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2024-11-17 17:24:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2024-11-17 17:24:05 +1300
commit5c406d754f80d8ceaebe8f588575be2561a51a20 (patch)
tree1e4175854bbf3be57d499aac5df5dda0de58d34f
parentReformat command for clarity (diff)
downloadvixf-5c406d754f80d8ceaebe8f588575be2561a51a20.tar.gz
vixf-5c406d754f80d8ceaebe8f588575be2561a51a20.zip
Sort constants alphabetically, remove spaces
-rw-r--r--vixf.py34
1 files changed, 1 insertions, 3 deletions
diff --git a/vixf.py3 b/vixf.py3
index 3de33d9..d455a39 100644
--- a/vixf.py3
+++ b/vixf.py3
@@ -19,10 +19,8 @@ import pyperclip
SELF = 'vixf'
-FOCUS_DELAY = 0.2
-
EDITOR = 'vi'
-
+FOCUS_DELAY = 0.2
TERM = 'x-terminal-emulator'
keyboard = Controller()