Compare commits

..

2 commits

4 changed files with 1 additions and 18 deletions

View file

@ -1,3 +0,0 @@
#! /usr/bin/sh
sudo cp "$(systemd-path user-configuration)"/setup/sway.desktop /usr/share/wayland-sessions/

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Version=0.1
Name=Sway
Comment=An i3-compatible Wayland compositor
Exec=/home/ohad/.local/bin/run-sway
Type=Application
DesktopNames=sway

View file

@ -1,7 +0,0 @@
#! /usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
source "$(systemd-path user)"/.profile
exec /usr/bin/sway

View file

@ -37,7 +37,7 @@ fi
umask 0007 umask 0007
for filename in $(systemd-path user-configuration)/environment/*; do for filename in "$(systemd-path user-configuration)"/environment/*; do
. "$filename" . "$filename"
done done