chore: update astronvim, pin plugins, fix sway issues

This commit is contained in:
vel 2023-01-11 16:53:58 -08:00
parent 4620fc3aa1
commit 0ba90ce3cc
5 changed files with 22 additions and 4 deletions

View File

@ -5,9 +5,9 @@ local config = {
remote = "origin", -- remote to use remote = "origin", -- remote to use
channel = "nightly", -- "stable" or "nightly" channel = "nightly", -- "stable" or "nightly"
version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY) version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
branch = "main", -- branch name (NIGHTLY ONLY) branch = "nightly", -- branch name (NIGHTLY ONLY)
commit = nil, -- commit hash (NIGHTLY ONLY) commit = "556666a", -- commit hash (NIGHTLY ONLY)
pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only) pin_plugins = true, -- nil, true, false (nil will pin plugins on stable only)
skip_prompts = false, -- skip prompts about breaking changes skip_prompts = false, -- skip prompts about breaking changes
show_changelog = true, -- show the changelog after performing an update show_changelog = true, -- show the changelog after performing an update
-- remotes = { -- easily add new remotes to track -- remotes = { -- easily add new remotes to track

View File

@ -0,0 +1 @@
--ozone-platform-hint=auto

View File

@ -0,0 +1,2 @@
--enable-features=WaylandWindowDecorations
--ozone-platform-hint=auto

View File

@ -0,0 +1,15 @@
[Settings]
gtk-application-prefer-dark-theme=1
gtk-theme-name=Breeze-Dark
gtk-icon-theme-name=breeze-dark
gtk-font-name=Noto Sans 11
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull

View File

@ -213,7 +213,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
default_border pixel 1 default_border pixel 1
default_floating_border pixel 1 default_floating_border pixel 1
smart_borders on smart_borders on
font pango:monospace 0 font pango:monospace 0.001
titlebar_border_thickness 0 titlebar_border_thickness 0
titlebar_padding 0 titlebar_padding 0