AutoYADM commit: 2025-02-26 16:05:21

This commit is contained in:
Daniel Fichtinger 2025-02-26 16:05:21 -05:00
parent bafef2c086
commit 36a325acc1
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ theme = "ashen"
[editor] [editor]
line-number = "relative" line-number = "relative"
undercurl = true undercurl = true
true-color = true # true-color = true
# Not sure if I should enable this by default... # Not sure if I should enable this by default...
# maybe it's better to just get used to using the clipboards separately? # 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, # Wouldn't be a bad idea to encorporate two clipboards into my workflow,

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
export EDITOR="helix" export EDITOR="hx"
export ELECTRON_OZONE_PLATFORM_HINT=auto export ELECTRON_OZONE_PLATFORM_HINT=auto
export OZONE_PLATFORM=wayland export OZONE_PLATFORM=wayland
# export XDG_CURRENT_DESKTOP=sway # export XDG_CURRENT_DESKTOP=sway