Mahesh Asolkar
6de1ddf4a8
* Added support for displaying unoccupied tags * DWL log file writing * Added support for locking screan after 10 min idle
13 lines
290 B
Bash
Executable File
13 lines
290 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo $XDG_RUNTIME_DIR used for Wayland session
|
|
export WLR_LIBINPUT_NO_DEVICES=1
|
|
# export DWLTAGS_SHOW_MON=1
|
|
export PATH=~/bin:$PATH
|
|
# export DWL_LOG_VERBOSE=1
|
|
|
|
echo "Session: in $XDG_RUNTIME_DIR" >> $DWL_LOG_FILE
|
|
env
|
|
|
|
exec /usr/local/bin/dwl -s $HOME/bin/dwl.entourage
|