Snippets

Joran Rood Elementary OS Configuration

Created by Joran Rood last modified
#!/bin/sh

# Animations: disable context menu animations
gsettings set org.pantheon.desktop.gala.animations menu-duration 0

# Wingpanel: display the time in 24-hour format
gsettings set io.elementary.desktop.wingpanel.datetime clock-format "24h"

# Terminal: do not restore tabs
gsettings set io.elementary.terminal.settings remember-tabs false

# Files: open files with a double click
# instead of a single click and do not restore tabs
gsettings set io.elementary.files.preferences single-click false
gsettings set io.elementary.files.preferences restore-tabs false

# Files: thumbnail remote files
gsettings set io.elementary.files.preferences show-remote-thumbnails true

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.