From c0f4f6fcb7dfeeacffa302e69ba2c6441be16aeb Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 25 Aug 2020 02:25:16 -0500 Subject: [PATCH] Also actually remove them remove them --- roles/desktop-common/templates/i3.desktop | 9 --------- roles/desktop-common/templates/startx.desktop | 8 -------- 2 files changed, 17 deletions(-) delete mode 100644 roles/desktop-common/templates/i3.desktop delete mode 100644 roles/desktop-common/templates/startx.desktop diff --git a/roles/desktop-common/templates/i3.desktop b/roles/desktop-common/templates/i3.desktop deleted file mode 100644 index bb88289..0000000 --- a/roles/desktop-common/templates/i3.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=i3 -Comment=Improved dynamic tiling window manager -Exec=i3 -TryExec=i3 -Type=Application -X-LightDM-DesktopName=i3 -DesktopNames=i3 -Keywords=tiling;wm;windowmanager;window;manager diff --git a/roles/desktop-common/templates/startx.desktop b/roles/desktop-common/templates/startx.desktop deleted file mode 100644 index 4a21f40..0000000 --- a/roles/desktop-common/templates/startx.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=startx -Comment=Start a user's X session with startx -Exec=startx -TryExec=startx -Type=Application -X-LightDM-DesktopName=startx -DesktopNames=startx