Compare commits

..

2 Commits

Author SHA1 Message Date
33487c13b7 feat: disable format_on_save zed 2025-01-17 11:17:27 -03:00
09f99672f4 feat: switch back to sway.......... 2025-01-17 11:17:20 -03:00
3 changed files with 12 additions and 5 deletions

View File

@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"]
[window] [window]
opacity = 1 opacity = 0.93
padding.x = 10 padding.x = 10
# padding.y = 10 # padding.y = 10
decorations = "Full" decorations = "Full"

View File

@ -1,12 +1,16 @@
if status --is-login if status --is-login
bass source /etc/profile
fish_add_path ~/.local/bin fish_add_path ~/.local/bin
fish_add_path "$HOME/.cargo/bin" fish_add_path "$HOME/.cargo/bin"
source "$HOME/.cargo/env.fish" source "$HOME/.cargo/env.fish"
bass source /etc/profile
set -gx BAT_THEME "Solarized (light)"
set -gx SOLARIZED true
set -gx EDITOR "nvim" set -gx EDITOR "nvim"
# set -gx BAT_THEME "Solarized (light)"
# set -gx SOLARIZED true
if test -z "$WAYLAND_DISPLAY" && test "$XDG_VTNR" -eq 1
set -gx XDG_CURRENT_DESKTOP "sway"
sway
end
end end
if status is-interactive if status is-interactive
@ -22,7 +26,7 @@ if status is-interactive
alias feh="imv" alias feh="imv"
alias lg="lazygit" alias lg="lazygit"
alias cpr="cd ~/repos/cports-docker && docker compose run --build --rm cports" alias cpr="cd ~/repos/cports-docker && docker compose run --build --rm cports"
alias cop="xclip -sel clip" alias cop="wl-copy"
alias poweroff="systemctl poweroff" alias poweroff="systemctl poweroff"
alias cat="bat" alias cat="bat"

View File

@ -44,6 +44,9 @@
"enabled": true "enabled": true
}, },
"languages": { "languages": {
"HTML": {
"format_on_save": "off"
},
"TypeScript": { "TypeScript": {
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode // Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
"inlay_hints": { "inlay_hints": {