Compare commits

..

2 commits

Author SHA1 Message Date
811fa19fa4 Enable Wayland for code-oss 2025-02-24 17:33:33 -05:00
2d0b1d1572 whatever nnn 2025-02-24 17:33:29 -05:00
2 changed files with 7 additions and 1 deletions

View file

@ -14,6 +14,11 @@ export MACHINE_START_SWAY=false # Whether to start Sway from bash
# Source machine-specific config # Source machine-specific config
[[ -f ~/.machine_config ]] && source ~/.machine_config [[ -f ~/.machine_config ]] && source ~/.machine_config
# nnn
if [ -f /usr/share/nnn/quitcd/quitcd.bash_sh_zsh ]; then
source /usr/share/nnn/quitcd/quitcd.bash_sh_zsh
fi
alias ssh="TERM=xterm-256color ssh" alias ssh="TERM=xterm-256color ssh"
# NNN configuration # NNN configuration

View file

@ -1 +0,0 @@
./electron-flags.conf

View file

@ -0,0 +1,2 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland