diff --git a/outerheaven.init3.home/.config/sway/sway/50-rules-browser.conf b/outerheaven.init3.home/.config/sway/sway/50-rules-browser.conf index e69de29..365cb89 100644 --- a/outerheaven.init3.home/.config/sway/sway/50-rules-browser.conf +++ b/outerheaven.init3.home/.config/sway/sway/50-rules-browser.conf @@ -0,0 +1,6 @@ +# *This* file exists only to override a copy of the same name in '/usr/share/sway/config.d/' +# +# The vendored version of this file [on Fedora] would force '[Browser]' tags on common app_ids/classes for browsers +# ... to allow them to inhibit idle when fullscreen, and other tweaks. +# +# I don't want those, so created this file/comments to take their place diff --git a/outerheaven.init3.home/.config/sway/sway/60-bindings-media.conf b/outerheaven.init3.home/.config/sway/sway/60-bindings-media.conf index e69de29..7ddc8f0 100644 --- a/outerheaven.init3.home/.config/sway/sway/60-bindings-media.conf +++ b/outerheaven.init3.home/.config/sway/sway/60-bindings-media.conf @@ -0,0 +1,3 @@ +# *This* file exists only to override a copy of the same name in '/usr/share/sway/config.d/' +# +# The vendored version of this file [on Fedora] would force bindings I wish to avoid diff --git a/outerheaven.init3.home/.config/sway/sway/60-bindings-screenshot.conf b/outerheaven.init3.home/.config/sway/sway/60-bindings-screenshot.conf index e69de29..7ddc8f0 100644 --- a/outerheaven.init3.home/.config/sway/sway/60-bindings-screenshot.conf +++ b/outerheaven.init3.home/.config/sway/sway/60-bindings-screenshot.conf @@ -0,0 +1,3 @@ +# *This* file exists only to override a copy of the same name in '/usr/share/sway/config.d/' +# +# The vendored version of this file [on Fedora] would force bindings I wish to avoid diff --git a/outerheaven.init3.home/.config/sway/sway/60-bindings-volume.conf b/outerheaven.init3.home/.config/sway/sway/60-bindings-volume.conf index e69de29..7ddc8f0 100644 --- a/outerheaven.init3.home/.config/sway/sway/60-bindings-volume.conf +++ b/outerheaven.init3.home/.config/sway/sway/60-bindings-volume.conf @@ -0,0 +1,3 @@ +# *This* file exists only to override a copy of the same name in '/usr/share/sway/config.d/' +# +# The vendored version of this file [on Fedora] would force bindings I wish to avoid diff --git a/outerheaven.init3.home/.config/sway/sway/65-mode-passthrough.conf b/outerheaven.init3.home/.config/sway/sway/65-mode-passthrough.conf index e69de29..2be5521 100644 --- a/outerheaven.init3.home/.config/sway/sway/65-mode-passthrough.conf +++ b/outerheaven.init3.home/.config/sway/sway/65-mode-passthrough.conf @@ -0,0 +1,3 @@ +# *This* file exists only to override a copy of the same name in '/usr/share/sway/config.d/' +# +# The vendored version of this file [on Fedora] forces $mod+Pause for 'passthrough' mode, which I don't need/want diff --git a/outerheaven.init3.home/.config/sway/sway/90-swayidle.conf b/outerheaven.init3.home/.config/sway/sway/90-swayidle.conf index e69de29..3614d1a 100644 --- a/outerheaven.init3.home/.config/sway/sway/90-swayidle.conf +++ b/outerheaven.init3.home/.config/sway/sway/90-swayidle.conf @@ -0,0 +1,6 @@ +# *This* file exists only to override a copy of the same name in '/usr/share/sway/config.d/' +# +# The vendored version of this file [on Fedora] would force 'swayidle' under certain parameters +# +# I wish to include all distribution-provided configs, but also manage 'swayidle' myself [in an autostart script] +# so, what do we have? a file with only these comments and precedence :) diff --git a/outerheaven.init3.home/.config/sway/sway/95-autostart-policykit-agent.conf b/outerheaven.init3.home/.config/sway/sway/95-autostart-policykit-agent.conf index e69de29..de6dfa6 100644 --- a/outerheaven.init3.home/.config/sway/sway/95-autostart-policykit-agent.conf +++ b/outerheaven.init3.home/.config/sway/sway/95-autostart-policykit-agent.conf @@ -0,0 +1,6 @@ +# *This* file exists only to override a copy of the same name in '/usr/share/sway/config.d/' +# +# The vendored version of this file [on Fedora] would force the LXQt solution +# +# I wish to include all distribution-provided configs, but also manage my own PolicyKit agent [in an autostart script] +# so, what do we have? a file with only these comments and precedence :)