[profiles/desktop] change zprofile and fix neovim copy-paste under wayland

This commit is contained in:
2026-03-11 20:00:30 +01:00
parent 51b9f0b312
commit c70e469e2f
2 changed files with 8 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ export GRIM_DEFAULT_DIR="${HOME}/Pictures/Screenshots"
export ROFI_PASS_BACKEND="wtype"
export ROFI_PASS_CLIPBOARD_BACKEND="wl-clipboard"
if [[ -n "${START_X11}" ]]; then
unset START_X11
if [[ -n "${START_WM}" ]]; then
unset START_WM
exec sway
logout
fi