Gnome: Difference between revisions
From Halfface
Jump to navigationJump to search
Line 3: | Line 3: | ||
=autostart= | =autostart= | ||
mkdir -p ~/.config/autostart | mkdir -p ~/.config/autostart | ||
cat << 'EOF' | sudo tee ~/.config/autostart/chrome-start-link | cat << 'EOF' | sudo tee ~/.config/autostart/chrome-start-link.desktop | ||
[Desktop Entry] | [Desktop Entry] | ||
Type=Application | Type=Application | ||
Name=Open URL Fullscreen Chrome | Name=Open URL Fullscreen Chrome | ||
Exec=google-chrome --start-fullscreen --new-window "https://halfface.se/iphone" | Exec=google-chrome --start-fullscreen --new-window "https://halfface.se/iphone/" | ||
X-GNOME-Autostart-enabled=true | X-GNOME-Autostart-enabled=true | ||
NoDisplay=false | NoDisplay=false | ||
EOF | EOF |
Latest revision as of 16:32, 4 October 2025
list gnome settings
dconf dump /
autostart
mkdir -p ~/.config/autostart cat << 'EOF' | sudo tee ~/.config/autostart/chrome-start-link.desktop [Desktop Entry] Type=Application Name=Open URL Fullscreen Chrome Exec=google-chrome --start-fullscreen --new-window "https://halfface.se/iphone/" X-GNOME-Autostart-enabled=true NoDisplay=false EOF