Skip to content

Instantly share code, notes, and snippets.

@leslie-leder
Last active May 20, 2016 09:02
Show Gist options
  • Select an option

  • Save leslie-leder/cb4cec7bd8d14bd8c887 to your computer and use it in GitHub Desktop.

Select an option

Save leslie-leder/cb4cec7bd8d14bd8c887 to your computer and use it in GitHub Desktop.
Gnome 3 Tweaks

Keep primary display workspace steady when selecting windows on secondary display without workspaces

gsettings set org.gnome.mutter workspaces-only-on-primary true

Dolphin with icons

edit file /usr/share/applications/org.kde.dolphin.desktop

replace

Exec=dolphin %u

by

Exec=env XDG_CURRENT_DESKTOP=gnome dolphin %u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment