Compare commits
2 commits
5a1f8d3754
...
03c671307b
| Author | SHA1 | Date | |
|---|---|---|---|
| 03c671307b | |||
| 2ed6f73532 |
4 changed files with 1 additions and 18 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
#! /usr/bin/sh
|
|
||||||
|
|
||||||
sudo cp "$(systemd-path user-configuration)"/setup/sway.desktop /usr/share/wayland-sessions/
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#! /usr/bin/bash
|
|
||||||
|
|
||||||
set -euo pipefail
|
|
||||||
IFS=$'\n\t'
|
|
||||||
|
|
||||||
source "$(systemd-path user)"/.profile
|
|
||||||
exec /usr/bin/sway
|
|
||||||
2
.profile
2
.profile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue