No description
Find a file
2024-03-01 07:36:11 -08:00
initial-setup sway: fallback to legacy DRM interface on virtio 2024-02-03 00:42:32 +00:00
scripts sway: limit volume boost via helper script 2023-03-23 00:37:54 -07:00
sddm Merge branch 'upstream' into fedora 2024-03-01 07:36:11 -08:00
sway sway: switch to brightnessctl 2024-02-17 22:06:01 -08:00
swaylock sway: add swayidle and swaylock configuration 2022-06-29 07:32:07 -07:00
waybar waybar: sync config with v0.9.24 2024-02-01 18:47:18 -08:00
LICENSE Update copyright 2022-11-29 20:51:54 -08:00
Makefile sddm: install and use the theme 2024-02-01 18:57:05 -08:00
README.md sway: allow overriding or disabling our configs per user 2022-08-05 06:48:41 -07:00
rpkg.conf Add rpm spec 2022-05-30 21:58:59 -07:00
rpkg.macros rpkg: switch to the current snapshot versioning scheme 2022-12-19 08:10:41 -08:00
sway-config-fedora.spec.rpkg sway: switch to brightnessctl 2024-02-17 22:06:01 -08:00

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.