GNOME :
- Start gconf-editor via terminal / Alt+F2 & navigate to : apps > metacity > global_keybindings
- Double click on run_command_1 and change its value to <Control><Alt>Delete
- The navigate to : apps > metacity > keybinding_commands
- Double click on command_1 and change its value to gnome-system-monitor
Fluxbox
- With any text editor edit you ~/.fluxbox/keys file, Example:
$ vim ~/.fluxbox/keys
- Append this at the end of the file:
Control Mod1 Delete :ExecCommand xterm -e top
You can use gnome-system-monitor instead of xterm -e top, but I have used it to retain Fluxbox's spirit of minimalism
Relogin to check its effect...
No comments:
Post a Comment