summaryrefslogtreecommitdiff
path: root/x11-wm/dwm/files
diff options
context:
space:
mode:
authorGuillermo Ramos2020-10-24 20:37:47 +0200
committerGuillermo Ramos2020-10-24 20:37:47 +0200
commit85a5f78828a78050c20b6d5b2fabfd737ea375c5 (patch)
treec42ccfafbfe98210d078fe78abc1ed01a97a36b4 /x11-wm/dwm/files
parent4f78a2d2b7bb1ded6d9c6ac83d1d17b141f41ff4 (diff)
downloadgentoo-overlay-85a5f78828a78050c20b6d5b2fabfd737ea375c5.tar.gz
Remove dwm (?)
Diffstat (limited to 'x11-wm/dwm/files')
-rw-r--r--x11-wm/dwm/files/dwm-session211
-rw-r--r--x11-wm/dwm/files/dwm.desktop7
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/dwm/files/dwm-session2 b/x11-wm/dwm/files/dwm-session2
deleted file mode 100644
index f886ce9..0000000
--- a/x11-wm/dwm/files/dwm-session2
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-DIR=${HOME}/.dwm
-if [ -f "${DIR}"/dwmrc ]; then
- /bin/sh "${DIR}"/dwmrc &
-else
- while true; do
- xsetroot -name "`date`"
- sleep 1
- done &
-fi
-exec /usr/bin/dwm
diff --git a/x11-wm/dwm/files/dwm.desktop b/x11-wm/dwm/files/dwm.desktop
deleted file mode 100644
index c31a412..0000000
--- a/x11-wm/dwm/files/dwm.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=dwm
-Comment=dynamic window manager
-Exec=/etc/X11/Sessions/dwm
-TryExec=dwm
-Icon=
-Type=Application