Compare commits
2 commits
bba37860d7
...
811fa19fa4
Author | SHA1 | Date | |
---|---|---|---|
811fa19fa4 | |||
2d0b1d1572 |
2 changed files with 7 additions and 1 deletions
|
@ -14,6 +14,11 @@ export MACHINE_START_SWAY=false # Whether to start Sway from bash
|
|||
# Source machine-specific 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"
|
||||
|
||||
# NNN configuration
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
./electron-flags.conf
|
2
sway/.config/code-flags.conf
Normal file
2
sway/.config/code-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
Loading…
Add table
Reference in a new issue