No audio bell kitty
This commit is contained in:
parent
d80998902e
commit
cc66b769b5
|
@ -37,7 +37,7 @@ map ctrl+shift+k neighboring_window up
|
|||
map ctrl+shift+j neighboring_window down
|
||||
map ctrl+shift+h nth_window -1
|
||||
|
||||
enable_audio_bell yes
|
||||
enable_audio_bell no
|
||||
|
||||
url_style single
|
||||
|
||||
|
|
1
common/neovim/colors/base16-donokai.vim
Symbolic link
1
common/neovim/colors/base16-donokai.vim
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/daniel/.home/.config/lytedev-dotfiles/common/colors/vim
|
|
@ -50,7 +50,7 @@ hr {
|
|||
display: none;
|
||||
}
|
||||
|
||||
h1, pre {
|
||||
h1, pre, p {
|
||||
display: block;
|
||||
max-width: 800px;
|
||||
margin: 0.5em auto;
|
||||
|
|
|
@ -33,7 +33,7 @@ in {
|
|||
export WLC_REPEAT_DELAY=200
|
||||
export WLC_REPEAT_RATE=60
|
||||
export CLUTTER_BACKEND=wayland
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
# export SDL_VIDEODRIVER=wayland
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
|
|
Reference in a new issue