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