Skip to content
Snippets Groups Projects
Select Git revision
  • fedora default protected
  • upstream protected
  • alebastr/waybar
  • alebastr/testing
  • alebastr/command-escaping
  • alebastr/pamixer
  • add-greetd-qml-greet
  • 0.4.3
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • v0.1.0
18 results

sway-config-fedora

  • Clone with SSH
  • Clone with HTTPS
  • Sway config

    Sway config is split to 2 parts:

    • sway/config — is the main config to be installed to /etc/sway/config. Some light changes are applied, such as removing things we want to override later (bar, launcher, etc.).
    • sway/config.d/*.conf — is a set of small self-contained configuration snippets with each containing the description and the list of required packages. Will be installed as /usr/share/sway/config.d/*.conf and loaded by default.

    Upstream config changes sync

    The process described below should used to update the configuration for a new upstream project release. The goal is to limit merges to changes since last release and to simplify tracking our local modifications.

    1. Switch to the upstream branch
    2. Overwrite the configuration file with an updated one
    3. Do any pre-processing if necessary, e.g. replace variables, paths or anything else upstream buildsystem does before installing the file.
    4. Commit changes, specifying the upstream release or tag in the commit message. Example: sway: sync config with upstream release 1.8
    5. Switch to the fedora branch and merge changes from upstream
    6. Update required project version in the RPM spec as necessary.