DWL startup scripting cleanup

This commit is contained in:
2024-03-24 12:37:05 -07:00
parent 464d2a6a25
commit 52d9a2773d
4 changed files with 29 additions and 9 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/env bash
act=$1
timestamp=$(date)
echo "$0 - $act" >> ~/dwl_key_act.log
echo "$0 - $timestamp - $act" >> ~/dwl_key_act.log
# In Wayland, use the following like X11's xev:
#
@@ -20,7 +21,7 @@ case $act in
# wlan) ;;
# tools) ;;
# search) ;;
# launch) ;;
launch) wldash;;
# explore) ;;
*) echo "Unknown action '$act'";;
esac