sway: move /etc/sway/env -> /etc/sway/environment
Add example environment file.
This commit is contained in:
parent
606813b03d
commit
5ca76fd3af
4 changed files with 26 additions and 7 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue