From 36a325acc166cb622a5cadc5766ed14feab77ce3 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 26 Feb 2025 16:05:21 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-26 16:05:21 --- .config/helix/config.toml | 2 +- .config/niri/start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index ed1c0757..a7475127 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -3,7 +3,7 @@ theme = "ashen" [editor] line-number = "relative" undercurl = true -true-color = true +# true-color = true # Not sure if I should enable this by default... # maybe it's better to just get used to using the clipboards separately? # Wouldn't be a bad idea to encorporate two clipboards into my workflow, diff --git a/.config/niri/start.sh b/.config/niri/start.sh index b6888bdc..06c2100d 100755 --- a/.config/niri/start.sh +++ b/.config/niri/start.sh @@ -1,6 +1,6 @@ #!/bin/sh -export EDITOR="helix" +export EDITOR="hx" export ELECTRON_OZONE_PLATFORM_HINT=auto export OZONE_PLATFORM=wayland # export XDG_CURRENT_DESKTOP=sway