Add rxvt-unicode to NetBSD
This commit is contained in:
parent
73299aca88
commit
0beb1c7340
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Install NetBSD GUI packages
|
||||
become: true
|
||||
pkgin:
|
||||
name: firefox,motif,vim-motif,xlockmore-lite
|
||||
name: firefox,motif,rxvt-unicode,vim-motif,xlockmore-lite
|
||||
state: present
|
||||
- name: Enable xdm
|
||||
become: true
|
||||
|
|
|
@ -23,7 +23,7 @@ URxvt*locale: true
|
|||
URxvt*metaSendsEscape: true
|
||||
URxvt*perl-ext: -searchable-scrollback
|
||||
URxvt*scrollBar_right: true
|
||||
URxvt*termName: rxvt-unicode
|
||||
URxvt*termName: rxvt
|
||||
XClock*hourColor: black
|
||||
XClock*majorColor: red
|
||||
XClock*minorColor: black
|
||||
|
|
|
@ -43,10 +43,10 @@
|
|||
Menu DefaultRootMenu
|
||||
{
|
||||
"Root Menu" f.title
|
||||
Terminal f.exec "xterm &"
|
||||
Terminal f.exec "(urxvt || xterm) &"
|
||||
no-label f.separator
|
||||
|
||||
"Midnight Commander" f.exec "xterm -geometry 120x40 -e mc &"
|
||||
"Midnight Commander" f.exec "(urxvt -geometry 120x40 -e mc || xterm -geometry 120x40 -e mc) &"
|
||||
no-label f.separator
|
||||
|
||||
Firefox f.exec "firefox &"
|
||||
|
|
Loading…
Reference in a new issue