Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9fdc74f151
3 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,7 @@ hidden = false
|
||||||
|
|
||||||
[editor.indent-guides]
|
[editor.indent-guides]
|
||||||
render = true
|
render = true
|
||||||
character = "🭰"
|
character = "▏"
|
||||||
|
|
||||||
[keys.insert]
|
[keys.insert]
|
||||||
j = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
j = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
admin "unix//run/caddy/admin.socket"
|
admin "unix//run/caddy/admin.socket"
|
||||||
}
|
}
|
||||||
|
|
||||||
// http://127.0.0.1 http://0.0.0.0 http://{system.hostname} {
|
http:// {
|
||||||
root * /srv/http
|
root * /srv/http
|
||||||
file_server {
|
file_server {
|
||||||
browse /etc/caddy/browse_template.html
|
browse /etc/caddy/browse_template.html
|
||||||
|
|
|
@ -46,7 +46,8 @@ paru -Sy --needed \
|
||||||
glu mesa wxgtk2 libpng `# Graphical Libs` \
|
glu mesa wxgtk2 libpng `# Graphical Libs` \
|
||||||
gammastep `# Redshift for Wayland` \
|
gammastep `# Redshift for Wayland` \
|
||||||
dmenu `# Application Launcher` \
|
dmenu `# Application Launcher` \
|
||||||
firefox-developer-edition `# Default Web Browser` \
|
firefox `# Default Web Browser` \
|
||||||
|
hunspell-en_US `# Firefox Spell Checking` \
|
||||||
passff-host `# Pass integration in Firefox` \
|
passff-host `# Pass integration in Firefox` \
|
||||||
kitty-git `# Terinal Emulator` \
|
kitty-git `# Terinal Emulator` \
|
||||||
alsa-utils `# Audio Utilities` \
|
alsa-utils `# Audio Utilities` \
|
||||||
|
|
Reference in a new issue