Skip to content

Commit

Permalink
configs: fredrik: disable sioyek and remove gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Frewacom committed Jan 16, 2024
1 parent bef86f4 commit 06ecbc5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions engstrand/configs/fredrik.scm
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,18 @@
(feature-qutebrowser
#:default-browser? #t)
(feature-firefox)
(feature-zathura)
(feature-sioyek
(feature-zathura
#:default-reader? #t)
;; (feature-sioyek
;; #:default-reader? #t)
(feature-kdeconnect)
(feature-rbw-qutebrowser)
(feature-dwl-guile-custom-config
#:config
`((setq gaps-oh 10
gaps-ov 10
gaps-ih 10
gaps-iv 10
`((setq gaps-oh 0
gaps-ov 0
gaps-ih 0
gaps-iv 0
border-px 1))))
%engstrand-emacs-base-features
(modify-features %engstrand-base-features
Expand Down

0 comments on commit 06ecbc5

Please sign in to comment.