make notes about paths
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Show time in dwm dmenu bar
|
||||
|
||||
[Service]
|
||||
|
||||
#WorkingDirectory=<directory_of_script e.g. /root>
|
||||
ExecStart=/home/ccppi/.scripts/dwm-time.sh
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
while true; do
|
||||
xsetroot -name "$(date)"
|
||||
sleep 2
|
||||
done
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#/usr/share/xsessions/dwm.desktop
|
||||
[Desktop Entry]
|
||||
Name=dwm
|
||||
Comment=improved dynamic tiling window manager
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
|
||||
xrandr --auto
|
||||
nm-applet &
|
||||
cbatticon &
|
||||
dwm
|
||||
Reference in New Issue
Block a user