rigoletto@
Developer
Hello!
I (finally) managed to migrate my desktop to FreeBSD, however I am having problems to get x11/rxvt-unicode properly working.
I am using i3wm. Currently using Ports built using ports-mgmt/synth, and the behavior explained here is consistent since when I still had pkgs only, right after the installation.
The problems are:
I have
When I run ports-mgmt/synth it return this message:
The second problem is related to the fact I can't get x11/urxvt-perls. None of the options in the configuration are working as expected.
Copy/paste work, but not as expected- Alt+C/Alt+V. It is working using mouse selection and Shift+Insert.
.Xresources
Thanks!
EDIT: 11.0-RELEASE-p8
I (finally) managed to migrate my desktop to FreeBSD, however I am having problems to get x11/rxvt-unicode properly working.
I am using i3wm. Currently using Ports built using ports-mgmt/synth, and the behavior explained here is consistent since when I still had pkgs only, right after the installation.
The problems are:
I have
CLICOLOR
set on .tcshrc, $PS1
is properly colorized but I can't get colors on files/folders.When I run ports-mgmt/synth it return this message:
The TERM environment variable value (rxvt-unicode) does not support colors.
The second problem is related to the fact I can't get x11/urxvt-perls. None of the options in the configuration are working as expected.
Copy/paste work, but not as expected- Alt+C/Alt+V. It is working using mouse selection and Shift+Insert.
.Xresources
Code:
Xft.dpi: 96
Xft.antialias: 1
Xft.rgba: none
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.autohint: 1
Xft.lcdfilter: lcddefault
URxvt.font: xft:Terminus:size=9
URxvt.boldFont: xft:Terminus:bold:size=9
URxvt*depth: 32
URxvt.background: [85]#000000
URxvt*cursorBlink: 1
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.scrollBar_floating: false
URxvt.scrollstyle: rxvt
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.perl-ext-common: default,clipboard,matcher,
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
!URxvt.transparent: true
!URxvt.shading:5
*background: #0f0f0f
*foreground: #c8c8c8
Thanks!
EDIT: 11.0-RELEASE-p8