feat: Update startup script to display a welcome message and run commands based on the time of day
This commit is contained in:
@@ -79,7 +79,7 @@ config:
|
||||
|
||||
# Commands to run after login
|
||||
startup:
|
||||
delay: 5
|
||||
delay: 1
|
||||
delay_between_ms: 500
|
||||
commands:
|
||||
1password: 1password
|
||||
|
2
config/dotf-autostart.desktop
Normal file → Executable file
2
config/dotf-autostart.desktop
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Startup Script
|
||||
Exec=~/dotfiles/bin/actions/startup.sh
|
||||
Exec=/home/menno/dotfiles/bin/actions/startup-runner.sh
|
||||
X-GNOME-Autostart-enabled=true
|
||||
NoDisplay=false
|
||||
Comment=Run startup script when logging into Cinnamon
|
||||
|
Reference in New Issue
Block a user