-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautostart
More file actions
22 lines (18 loc) · 703 Bytes
/
autostart
File metadata and controls
22 lines (18 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# LXDE Autostart Configuration
# Install to: ~/.config/lxsession/LXDE/autostart
#
# This file controls what applications launch automatically when
# the LXDE desktop environment starts
# Standard LXDE components
@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
@xscreensaver -no-splash
# Disable screen blanking and power saving
@xset s off
@xset -dpms
@xset s noblank
# Hide mouse cursor when idle
@unclutter -idle 0
# Launch Chromium in kiosk mode with Timechain Calendar
# Customize the URL below to display different content
@chromium-browser --kiosk --noerrdialogs --disable-infobars --no-first-run --disable-pinch --overscroll-history-navigation=0 --app=https://timechaincalendar.com