Update nvim to have a preview for md files via :pm. Remove commands from sway config since it didn't work.

This commit is contained in:
AM
2026-01-10 09:17:51 -06:00
parent 6dd566999b
commit f8aaa79af7
5 changed files with 30 additions and 12 deletions

View File

@@ -225,14 +225,4 @@ bindsym $mod+r mode "resize"
# important to make the magic work. And if you want to learn the secret behind
# the trick, it's all in the `wordexp(3)`.
#
exec --no-startup-id $term
# Switch to workspace 2 (second desktop)
workspace number 3
# Open Brave Browser on workspace 2
exec --no-startup-id brave-browser
workspace number 1
include '$(/usr/libexec/sway/layered-include "/usr/share/sway/config.d/*.conf" "/etc/sway/config.d/*.conf" "${XDG_CONFIG_HOME:-$HOME/.config}/sway/config.d/*.conf")'