diff options
author | root <root@jellyfish> | 2012-08-28 08:12:05 +0200 |
---|---|---|
committer | root <root@jellyfish> | 2012-08-28 08:12:05 +0200 |
commit | 841292dffa86ee52f630f13d142fd5d14cd92459 (patch) | |
tree | 4a796fa060b2777772bbecca1b39311bc7ba2fc5 /apt | |
parent | c816a5d9558aef69691204845839bb00cc1b7687 (diff) |
Add note on commands needed once to register urxvtcd at all.
Diffstat (limited to 'apt')
-rw-r--r-- | apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator b/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator index ac74e1b..b0a3c29 100644 --- a/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator +++ b/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator @@ -1,4 +1,7 @@ // We prefer urxvt over other alternatives (goddammit!) +// Needs these commands run once to register the alternatives: +// update-alternatives --install /usr/bin/rxvt rxvt /usr/bin/urxvtcd 50 --slave /usr/share/man/man1/rxvt.1.gz rxvt.1.gz /usr/share/man/man1/urxvtcd.1.gz +// update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/urxvtcd 50 --slave /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /usr/share/man/man1/urxvtcd.1.gz DPkg { |