Comment 15 for bug 1463072

Revision history for this message
Scott Moser (smoser) wrote :

this worked for me to set all profiles as I wanted in 20.04

$ val='@ms "-,:.;/?%&#_=+@~·"'
$ profids=$(dconf list /org/gnome/terminal/legacy/profiles:/ | grep -v ^list$)
$ for profid in $profids; do dconf write /org/gnome/terminal/legacy/profiles:/${profid%/}/word-char-exceptions "$val"; done