diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 19aec59..e7a17b0 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1,5 +1,3 @@ -import os - # Autogenerated config.py # Documentation: # qute://help/configuring.html @@ -150,7 +148,7 @@ c.tabs.padding = {'bottom': 3, 'left': 5, 'right': 5, 'top': 3} # - bottom # - left # - right -c.tabs.position = 'top' +c.tabs.position = 'left' # Width (in pixels or as percentage of the window) of the tab bar if # it's vertical. @@ -527,12 +525,8 @@ c.fonts.default_family = 'JetBrains Mono' c.fonts.default_size = '12pt' # Setup for KeePassXC connection. -if os.getenv('HOST') == 'knuth': - config.bind('', 'spawn --userscript qute-keepassxc --key CBE2FD999353DFA90822A2FAD61E7E81C796B99E', mode='insert') - config.bind('pw', 'spawn --userscript qute-keepassxc --key CBE2FD999353DFA90822A2FAD61E7E81C796B99E', mode='normal') -else: - config.bind('', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='insert') - config.bind('pw', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='normal') +config.bind('', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='insert') +config.bind('pw', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='normal') # Set Emacs as editor c.editor.command = ["es", "+{line}:{column0}", "{file}"] diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 1062c5d..ca72c41 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -363,25 +363,36 @@ script." (define-frame-preference "winkel" (0 nil t :class "keepassxc") (0 nil t :class "Nextcloud") - (0 nil t :class "TelegramDesktop") - (0 nil t :class "Microsoft Teams - Preview")) + (0 nil t :class "TelegramDesktop")) (define-frame-preference "web" - (0 nil t :class "qutebrowser") (0 nil t :class "Firefox")) (define-frame-preference "music" (0 nil t :class "Spotify")) -;; Start NetworkManager systray applet -(run-shell-command "nm-applet") +;; autostart programs + +;; emacs +(run-shell-command "emacs") + +;; keepassxc +(run-shell-command "keepassxc-wrapper") + +;; owncloud +(run-shell-command "nextcloud") + +;; web browser +(run-shell-command *web-browser*) + +;; redshift +(run-shell-command "redshift") ;; last settings (stumptray:stumptray) (switch-layout-to *key-layout*) -(run-shell-command "xsetroot -cursor_name left_ptr") (run-shell-command "xmodmap $HOME/.Xmodmap" t) ;; Local Variables: