mirror of https://github.com/qpixel/dotfiles.git
Compare commits
No commits in common. "9f7c8d63e36c098d9aa8a4d3b052294f742df373" and "ca3c4401b18ede83118b9937af3e4298fb9e3252" have entirely different histories.
9f7c8d63e3
...
ca3c4401b1
|
|
@ -13,6 +13,3 @@
|
||||||
.config/waybar
|
.config/waybar
|
||||||
launch-sway.sh
|
launch-sway.sh
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
LICENSE
|
|
||||||
README.md
|
|
||||||
|
|
|
||||||
|
|
@ -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 = "nightly", -- branch name (NIGHTLY ONLY)
|
branch = "main", -- branch name (NIGHTLY ONLY)
|
||||||
commit = "556666a", -- commit hash (NIGHTLY ONLY)
|
commit = nil, -- commit hash (NIGHTLY ONLY)
|
||||||
pin_plugins = true, -- nil, true, false (nil will pin plugins on stable only)
|
pin_plugins = nil, -- 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
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
--ozone-platform-hint=auto
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
--enable-features=WaylandWindowDecorations
|
|
||||||
--ozone-platform-hint=auto
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4f4269d174d85df8b278a6e09d05daeef840df4a
|
Subproject commit 176265812355a53559497c0f0ada7ab62a2d1ba8
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
@ -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.001
|
font pango:monospace 0
|
||||||
titlebar_border_thickness 0
|
titlebar_border_thickness 0
|
||||||
titlebar_padding 0
|
titlebar_padding 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue