Created
September 16, 2018 19:24
-
-
Save FFY00/c4308d035e3dc21e2e38d375375000d2 to your computer and use it in GitHub Desktop.
Restore Gnome sessions in i3wm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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