help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: changing font and font size in terminal emacs-27.2


From: Emanuel Berg
Subject: Re: changing font and font size in terminal emacs-27.2
Date: Sat, 07 Aug 2021 18:00:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Sivaram Neelakantan wrote:

>> For other settings, search the Internet for .Xdefaults
>> .Xresources. The particular file depends on the Linux
>> flavor. I have both files identical.
>>
>> Hope this helps.
>
> Thanks, I did have that and it seems to have no effect

It works, I yank my ~/.Xresources below, then put
'xrdb ~/.Xresources' in .xinitrc, I yank that as well.

! this file:
!   http://user.it.uu.se/~embe8573/conf/.Xresources
!   https://dataswamp.org/~incal/conf/.Xresources

! xterm
xterm*cursorBlink:     false
xterm*faceName:        DejaVu Sans Mono Bold:pixelsize=15
xterm*metaSendsEscape: true

! colors (bl re gr ye bl ma cy wh)
! normal
xterm*color0:          #000000
xterm*color1:          #ff3232
xterm*color2:          #009600
xterm*color3:          #bebe00
xterm*color4:          #6464ff
xterm*color5:          #af6400
xterm*color6:          #00b4b4
xterm*color7:          #969696

! bright/bold
xterm*color8:          #5a5a5a
xterm*color9:          #ff4b4b
xterm*color10:         #00b400
xterm*color11:         #ff7f00
xterm*color12:         #7d7dff
xterm*color13:         #eb4beb
xterm*color14:         #5affff
xterm*color15:         #d2b48c

! fore-/background
xterm*foreground:      #dddddd
xterm*background:      #000000

! cursor
xterm*cursorcolor:     #000000

# this file:
#   http://user.it.uu.se/~embe8573/conf/.xinitrc
#   https://dataswamp.org/~incal/conf/.xinitrc

# looks
xrdb ~/.Xresources
xset -b

# keyboard
setxkbmap -option caps:none
xmodmap -e 'keycode 66=a'

# pointer
xdotool mousemove 0 416
unclutter -idle 0 &

# compositor
picom &

# window manager
openbsd-cwm &

# xterm/tmux
xterm           \
    -T "xterm"  \
    -fullscreen \
    -e 'tmux new-session\; split-window -v\; select-pane -U'

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]