Skip to content

Instantly share code, notes, and snippets.

@FFY00
Created September 16, 2018 19:24
Show Gist options
  • Save FFY00/c4308d035e3dc21e2e38d375375000d2 to your computer and use it in GitHub Desktop.
Save FFY00/c4308d035e3dc21e2e38d375375000d2 to your computer and use it in GitHub Desktop.
Restore Gnome sessions in i3wm
# Restore GNOME's settings
exec --no-startup-id /usr/libexec/gnome-settings-daemon-localeexec
# Fix a bug in gnome-settings-daemon: http://feeding.cloud.geek.nz/posts/creating-a-modern-tiling-desktop-environment-using-i3/
exec --no-startup-id dconf write /org/gnome/settings-daemon/plugins/cursor/active false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment