Compare commits

..

No commits in common. "c3de93551182ea809082e5f44a0433f3b3b08424" and "566d771579c713b9b0e400f6ba8acf989840e16f" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -527,7 +527,7 @@ c.fonts.default_family = 'JetBrains Mono'
c.fonts.default_size = '12pt'
# Setup for KeePassXC connection.
if os.getenv('HOSTNAME') == 'knuth':
if os.getenv('HOST') == 'knuth':
config.bind('<Alt-Shift-u>', 'spawn --userscript qute-keepassxc --key CBE2FD999353DFA90822A2FAD61E7E81C796B99E', mode='insert')
config.bind('pw', 'spawn --userscript qute-keepassxc --key CBE2FD999353DFA90822A2FAD61E7E81C796B99E', mode='normal')
else:

View file

@ -376,9 +376,7 @@ script."
((null selection)
nil)
(t (stringp (second selection))
(run-shell-command (second selection))
(refresh-heads)
(refresh-heads))))))
(run-shell-command (second selection)))))))
(pick (list-screen-layouts))))
(define-key *root-map* (kbd "l") "switch-screen-layout")