Remove discord

This commit is contained in:
2021-10-29 17:44:20 +02:00
parent 05b7b53677
commit 9c11f4b357
6 changed files with 3 additions and 16 deletions

View File

@@ -52,7 +52,6 @@ environment:
MACHINE_HAS_KEEPASSX: "false" MACHINE_HAS_KEEPASSX: "false"
MACHINE_HAS_NEXTCLOUD: "true" MACHINE_HAS_NEXTCLOUD: "true"
MACHINE_HAS_STEAM: "true" MACHINE_HAS_STEAM: "true"
MACHINE_HAS_DISCORD: "true"
MACHINE_HAS_RESTIC_BACKUP: "false" MACHINE_HAS_RESTIC_BACKUP: "false"
MACHINE_HAS_ELEMENT: "true" MACHINE_HAS_ELEMENT: "true"
MACHINE_RESOLUTION_X: "2560" MACHINE_RESOLUTION_X: "2560"

View File

@@ -3,7 +3,6 @@ BindsTo=windowmanager.target
After=windowmanager.target After=windowmanager.target
Wants=blueman.service Wants=blueman.service
#Wants=discord.service
Wants=dpms.service Wants=dpms.service
Wants=dunst.service Wants=dunst.service
Wants=element.service Wants=element.service

View File

@@ -1,9 +0,0 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
ConditionPathExists=%h/.var/run/features/discord
[Service]
ExecStart=/usr/bin/env discord
PassEnvironment=DISPLAY

View File

@@ -120,7 +120,6 @@ assign [class="^Spotify$"] $workspace9
assign [class="^Google-chrome$"] $workspace7 assign [class="^Google-chrome$"] $workspace7
assign [class="^Chromium$"] $workspace7 assign [class="^Chromium$"] $workspace7
assign [class="^discord"] $workspace7
assign [class="^Steam"] $workspace5 assign [class="^Steam"] $workspace5
for_window [class="^Steam$"] move to workspace $workspace5 for_window [class="^Steam$"] move to workspace $workspace5

View File

@@ -329,9 +329,6 @@ packages:
man: man:
ubuntu: ["man-db", "manpages"] ubuntu: ["man-db", "manpages"]
archlinux: ["man-db", "man-pages"] archlinux: ["man-db", "man-pages"]
discord:
ubuntu: []
archlinux: ["discord"]
nextcloud: nextcloud:
ubuntu: ["nextcloud-desktop"] ubuntu: ["nextcloud-desktop"]
archlinux: ["nextcloud-client"] archlinux: ["nextcloud-client"]
@@ -394,3 +391,6 @@ packages:
vim: vim:
ubuntu: ["vim"] ubuntu: ["vim"]
archlinux: ["gvim"] archlinux: ["gvim"]
discord:
ubuntu: []
archlinux: ["discord"]

View File

@@ -53,7 +53,6 @@ mkdir -p "${FEATURE_DIR}"
[[ $MACHINE_HAS_NEXTCLOUD == "true" ]] && touch "${FEATURE_DIR}"/nextcloud [[ $MACHINE_HAS_NEXTCLOUD == "true" ]] && touch "${FEATURE_DIR}"/nextcloud
[[ $MACHINE_HAS_KEEPASSX == "true" ]] && touch "${FEATURE_DIR}"/keepassx [[ $MACHINE_HAS_KEEPASSX == "true" ]] && touch "${FEATURE_DIR}"/keepassx
[[ $MACHINE_HAS_STEAM == "true" ]] && touch "${FEATURE_DIR}"/steam [[ $MACHINE_HAS_STEAM == "true" ]] && touch "${FEATURE_DIR}"/steam
[[ $MACHINE_HAS_DISCORD == "true" ]] && touch "${FEATURE_DIR}"/discord
[[ $MACHINE_HAS_RESTIC_BACKUP == "true" ]] && touch "${FEATURE_DIR}"/restic_backup [[ $MACHINE_HAS_RESTIC_BACKUP == "true" ]] && touch "${FEATURE_DIR}"/restic_backup
[[ $MACHINE_HAS_ELEMENT == "true" ]] && touch "${FEATURE_DIR}"/element [[ $MACHINE_HAS_ELEMENT == "true" ]] && touch "${FEATURE_DIR}"/element