Remove gdm integration for sway sessions since I launch manually
This commit is contained in:
parent
2ed6f73532
commit
981403aa1d
3 changed files with 0 additions and 17 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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue