mirror of https://github.com/qpixel/dotfiles.git
Compare commits
3 Commits
ca3c4401b1
...
9f7c8d63e3
| Author | SHA1 | Date |
|---|---|---|
|
|
9f7c8d63e3 | |
|
|
0ba90ce3cc | |
|
|
4620fc3aa1 |
|
|
@ -13,3 +13,6 @@
|
|||
.config/waybar
|
||||
launch-sway.sh
|
||||
{{ end }}
|
||||
|
||||
LICENSE
|
||||
README.md
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ local config = {
|
|||
remote = "origin", -- remote to use
|
||||
channel = "nightly", -- "stable" or "nightly"
|
||||
version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
|
||||
branch = "main", -- branch name (NIGHTLY ONLY)
|
||||
commit = nil, -- commit hash (NIGHTLY ONLY)
|
||||
pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only)
|
||||
branch = "nightly", -- branch name (NIGHTLY ONLY)
|
||||
commit = "556666a", -- commit hash (NIGHTLY ONLY)
|
||||
pin_plugins = true, -- nil, true, false (nil will pin plugins on stable only)
|
||||
skip_prompts = false, -- skip prompts about breaking changes
|
||||
show_changelog = true, -- show the changelog after performing an update
|
||||
-- remotes = { -- easily add new remotes to track
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
--ozone-platform-hint=auto
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
--enable-features=WaylandWindowDecorations
|
||||
--ozone-platform-hint=auto
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 176265812355a53559497c0f0ada7ab62a2d1ba8
|
||||
Subproject commit 4f4269d174d85df8b278a6e09d05daeef840df4a
|
||||
|
|
@ -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
|
||||
|
|
@ -213,7 +213,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
|
|||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
smart_borders on
|
||||
font pango:monospace 0
|
||||
font pango:monospace 0.001
|
||||
titlebar_border_thickness 0
|
||||
titlebar_padding 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue