From 699854bcec6e2b7b404808a2bb69966544ea1c8f Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 20 Jun 2023 20:25:37 -0500 Subject: [PATCH] Soft wrap --- common/helix/config.toml | 1 + os/linux/gtk/3settings.ini | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/common/helix/config.toml b/common/helix/config.toml index 9eea2c4..60eebc7 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -1,6 +1,7 @@ theme = "custom" [editor] +soft-wrap.enable = true auto-pairs = false auto-save = false bufferline = "multiple" diff --git a/os/linux/gtk/3settings.ini b/os/linux/gtk/3settings.ini index 8b3e9e6..3c4f6f0 100644 --- a/os/linux/gtk/3settings.ini +++ b/os/linux/gtk/3settings.ini @@ -1,5 +1,15 @@ [Settings] -gtk-icon-theme-name = elementary -gtk-theme-name = Catppuccin-Mocha-Standard-Sapphire-Dark -gtk-font-name = IosevkaLyteTerm 10 -gtk-application-prefer-dark-theme = true +gtk-application-prefer-dark-theme=true +gtk-button-images=true +gtk-cursor-theme-name=breeze_cursors +gtk-cursor-theme-size=24 +gtk-decoration-layout=icon:minimize,maximize,close +gtk-enable-animations=true +gtk-font-name=Noto Sans, 10 +gtk-icon-theme-name=breeze-dark +gtk-menu-images=true +gtk-modules=colorreload-gtk-module +gtk-primary-button-warps-slider=false +gtk-theme-name=Catppuccin-Mocha-Standard-Sapphire-Dark +gtk-toolbar-style=3 +gtk-xft-dpi=98304