3 Commits

Author SHA1 Message Date
Josue Zamudio
a398b6d1d1 fix: conficts 2026-02-11 12:51:14 -08:00
Josue Zamudio
8344503822 fix: move enviroment variables to ssytem. Might be better to put them for future ?? 2026-02-11 12:14:23 -08:00
Josue Zamudio
14f0c144f9 latest 2026-02-11 12:00:12 -08:00
4 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,11 @@ cursor_trail_start_threshold 0
shell_integration no-cursor shell_integration no-cursor
cursor_trail_decay 0.01 0.15 cursor_trail_decay 0.01 0.15
cursor_shape block cursor_shape block
cursor_blink true
map cmd+c copy_to_clipboard
map cmd+v paste_from_clipboard
map shift+insert paste_from_clipboard
linux_display_server wayland linux_display_server wayland
wayland_enable_ime yes wayland_enable_ime yes

View File

@@ -3,7 +3,6 @@ return {
dependencies = { dependencies = {
{"mason-org/mason.nvim"}, {"mason-org/mason.nvim"},
{'neovim/nvim-lspconfig'}, {'neovim/nvim-lspconfig'},
{'nvim-mini/mini.nvim'}, {'nvim-mini/mini.nvim'},
{'nvim-mini/mini.completion'}, {'nvim-mini/mini.completion'},
}, },

View File

@@ -90,4 +90,3 @@ bindsym $mod+Ctrl+y exec : | wl-copy -p
exec systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP exec systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway

0
.config/sway/scripts/clamshell-mode.sh Executable file → Normal file
View File