~ubuntu-wilson/ubuntu-wilson/main

« back to all changes in this revision

Viewing changes to commands/enable-ctrl-alt-backspace

  • Committer: Bryce Harrington
  • Date: 2010-03-22 21:50:05 UTC
  • mfrom: (16.1.1 main)
  • Revision ID: bryce@canonical.com-20100322215005-00du2zns3rikex3t
Merge with kee's changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Description:
4
4
#    Restores ctrl-alt-backspace to kill X server
5
 
 
5
#
6
6
# Rationale:
7
7
#    In the devel release, sh!t can happen
8
8
#    Us old fogies are used to using this
9
9
 
10
 
gconftool -s --type list --list-type string /desktop/gnome/peripherals/keyboard/kbd/options "[terminate terminate:ctrl_alt_bksp]"
11
 
 
 
10
gconftool-2 --set /desktop/gnome/peripherals/keyboard/kbd/options \
 
11
            --type list --list-type string "[terminate terminate:ctrl_alt_bksp]"