Re: [i3] gnome-settings-daemon not working

2015-05-23 Thread Martin Cigorraga
Hey Eric, You could use xset until you figure out what's happening there: $ xset r rate 200 40 If you also want to specify a kbd layout: $ setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl HTH. -Martín On Sat, May 23, 2015 at 5:31 PM, Eric Duncan eduncan...@gmail.com wrote:

Re: [i3] gnome-settings-daemon not working

2015-05-23 Thread Martin Cigorraga
I forgot to mention this: exec --no-startup-id /usr/libexec/gnome-settings-daemon-localeexec exec --no-startup-id dconf write /org/gnome/settings-daemon/plugins/cursor/active false # Fix a bug in gnome-settings-daemon:

Re: [i3] gnome-settings-daemon not working

2015-05-23 Thread Eric Duncan
Thanks. This did it: exec_always --no-startup-id xset r rate 200 40 Though I wonder why the gnome-settings-daemon is not setting it, like it always has for other distros (again, this is Arch). Btw, dconf is only a setting. You don't need to execute it on every login. Just run it in the shell