mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
removing unnecessary -$DISPLAY extension from pidfiles
This commit is contained in:
parent
f767ebcca8
commit
81d0daeae4
@ -3,7 +3,7 @@
|
||||
|
||||
PATH=$OLD_PATH
|
||||
OLD_PATH=()
|
||||
wmiiwmpid=()
|
||||
wmiircpid=()
|
||||
apid=()
|
||||
home=()
|
||||
ifs=()
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!9PREFIX/bin/rc
|
||||
# periodically print date and load average to the bar
|
||||
|
||||
PIDFILE=/tmp/ns.$USER.$DISPLAY/statuspid-$DISPLAY
|
||||
PIDFILE=/tmp/ns.$USER.$DISPLAY/statuspid
|
||||
|
||||
fn xwrite { echo -n $2 | wmiir write $1 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user