7 lines
107 B
Bash
Executable file
7 lines
107 B
Bash
Executable file
#! /usr/bin/bash
|
|
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
source "$(systemd-path user)"/.profile
|
|
exec /usr/bin/sway
|