sway: move /etc/sway/env -> /etc/sway/environment

Add example environment file.
This commit is contained in:
Aleksei Bavshin 2023-01-03 21:50:51 -08:00
commit 5ca76fd3af
No known key found for this signature in database
GPG key ID: 4F071603387A382A
4 changed files with 26 additions and 7 deletions

View file

@ -29,6 +29,7 @@ install-sddm:
install-sway: build
install -D -m 0644 -pv -t $(DESTDIR)$(SYSCONFDIR)/sway sway/config
install -D -m 0644 -pv -t $(DESTDIR)$(SYSCONFDIR)/sway sway/environment
install -D -m 0755 -pv -t $(DESTDIR)$(BINDIR) sway/start-sway
install -D -m 0644 -pv -t $(DESTDIR)$(DATADIR)/wayland-sessions sway/sway.desktop
install -D -m 0644 -pv -t $(DESTDIR)$(DATADIR)/sway/config.d sway/config.d/*.conf