From cc66b769b5d94e4710859ca297d7cc14441bff2f Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 11 Jul 2022 12:22:38 -0500 Subject: [PATCH] No audio bell kitty --- common/kitty/kitty.conf | 2 +- common/neovim/colors/base16-donokai.vim | 1 + host/layer/nginx-user-public/.nginx-autoindex-before.html | 2 +- os/linux/nix/modules/de/sway.nix | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 common/neovim/colors/base16-donokai.vim diff --git a/common/kitty/kitty.conf b/common/kitty/kitty.conf index b94a5c1..058336f 100644 --- a/common/kitty/kitty.conf +++ b/common/kitty/kitty.conf @@ -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 diff --git a/common/neovim/colors/base16-donokai.vim b/common/neovim/colors/base16-donokai.vim new file mode 120000 index 0000000..3af3c64 --- /dev/null +++ b/common/neovim/colors/base16-donokai.vim @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/colors/vim \ No newline at end of file diff --git a/host/layer/nginx-user-public/.nginx-autoindex-before.html b/host/layer/nginx-user-public/.nginx-autoindex-before.html index 1f62ee9..4d7cb3f 100644 --- a/host/layer/nginx-user-public/.nginx-autoindex-before.html +++ b/host/layer/nginx-user-public/.nginx-autoindex-before.html @@ -50,7 +50,7 @@ hr { display: none; } -h1, pre { +h1, pre, p { display: block; max-width: 800px; margin: 0.5em auto; diff --git a/os/linux/nix/modules/de/sway.nix b/os/linux/nix/modules/de/sway.nix index c37512c..d0f7e83 100644 --- a/os/linux/nix/modules/de/sway.nix +++ b/os/linux/nix/modules/de/sway.nix @@ -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