DWL clean up
This commit is contained in:
parent
f395651a46
commit
0e7225343f
@ -37,8 +37,6 @@ swaybg --mode fill --image ~/.config/wallpaper.jpg &
|
|||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
# Redirect STDIN to STDOUT and pass along to tags script
|
# Redirect STDIN to STDOUT and pass along to tags script
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
export DWLTAGS_FMT=DZEN
|
|
||||||
|
|
||||||
(while read line
|
(while read line
|
||||||
do
|
do
|
||||||
echo $line
|
echo $line
|
||||||
|
@ -31,7 +31,8 @@ Type=oneshot
|
|||||||
Environment=XDG_RUNTIME_DIR=%I
|
Environment=XDG_RUNTIME_DIR=%I
|
||||||
Environment=DWL_TAGS_FILE=%I/dwl.tags
|
Environment=DWL_TAGS_FILE=%I/dwl.tags
|
||||||
Environment=DWL_LOG_FILE=%I/dwl.log
|
Environment=DWL_LOG_FILE=%I/dwl.log
|
||||||
ExecStart=/home/mahesh/bin/dwl.session %I
|
Environment=DWLTAGS_FMT=DZEN
|
||||||
|
ExecStart=/home/mahesh/bin/dwl.session
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
TimeoutStopSec=10
|
TimeoutStopSec=10
|
||||||
|
@ -5,5 +5,6 @@ export WLR_LIBINPUT_NO_DEVICES=1
|
|||||||
export PATH=~/bin:$PATH
|
export PATH=~/bin:$PATH
|
||||||
|
|
||||||
echo "Session: in $XDG_RUNTIME_DIR" >> $DWL_LOG_FILE
|
echo "Session: in $XDG_RUNTIME_DIR" >> $DWL_LOG_FILE
|
||||||
|
env
|
||||||
|
|
||||||
exec /usr/local/bin/dwl -s $HOME/bin/dwl.entourage
|
exec /usr/local/bin/dwl -s $HOME/bin/dwl.entourage
|
||||||
|
Loading…
Reference in New Issue
Block a user