add sway and waybar configs, misc other stuff
This commit is contained in:
parent
192a283141
commit
528c998ee4
21 changed files with 634 additions and 58 deletions
5
_config/zsh/configs/default/godot.zsh
Normal file
5
_config/zsh/configs/default/godot.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
# if neovim-remote is present, create an alias for nvim
|
||||
if (( $+commands[nvr] )) then
|
||||
alias gdvim="NVIM_LISTEN_ADDRESS=/tmp/$USER-godot nvr"
|
||||
fi
|
3
_config/zsh/configs/default/wayland.zsh
Normal file
3
_config/zsh/configs/default/wayland.zsh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if (( $+commands[sway] )) then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue