Gnome: Difference between revisions
From Halfface
Jump to navigationJump to search
Replaced content with "=list gnome settings= dconf dump /" |
|||
Line 1: | Line 1: | ||
=list gnome settings= | =list gnome settings= | ||
dconf dump / | dconf dump / | ||
=autostart= | |||
mkdir -p ~/.config/autostart | |||
cat << 'EOF' | sudo tee ~/.config/autostart/chrome-start-link | |||
[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 |
Revision as of 15:28, 4 October 2025
list gnome settings
dconf dump /
autostart
mkdir -p ~/.config/autostart cat << 'EOF' | sudo tee ~/.config/autostart/chrome-start-link [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