Compare commits
3 Commits
x1-carbon
...
a398b6d1d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a398b6d1d1 | ||
|
|
8344503822 | ||
|
|
14f0c144f9 |
@@ -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
|
||||||
|
|||||||
@@ -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'},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
0
.config/sway/scripts/clamshell-mode.sh
Executable file → Normal file
Reference in New Issue
Block a user