Fixes for Doom, Sway

This commit is contained in:
Alex Palaistras 2022-06-28 15:08:31 +01:00
parent ea08c7177c
commit ff448ec9f7
3 changed files with 5 additions and 3 deletions

View File

@ -91,6 +91,8 @@
(setq shr-use-fonts t
shr-discard-aria-hidden t
shr-max-width fill-column
shr-hr-line ?━
shr-bullet ""
eww-search-prefix "https://lite.duckduckgo.com/lite?q=")
(defun shr-add-font (start end type) (+custom/shr-add-font start end type))
(set-popup-rule! "^\\*eww\\*" :side 'right :select t :quit 'nil :slot 0 :width (+ fill-column 4)))

View File

@ -75,6 +75,6 @@
:config
(default +bindings +smartparens))
(when noninteractive
(after! core-cli-env
;; Allow SSH-related environment variables to be set in persistent configuration.
(add-to-list 'doom-env-whitelist "^SSH_"))
(add-to-list 'doom-env-allow "^SSH_"))

View File

@ -1,2 +1,2 @@
# This file contains optional, automatically started daemons for use in Sway.
exec python ~/.config/sway/bin/keyboard-layout-per-window.py
exec_always python ~/.config/sway/bin/keyboard-layout-per-window.py