all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: changing font and font size in terminal emacs-27.2
Date: Sat, 07 Aug 2021 18:00:16 +0200	[thread overview]
Message-ID: <87zgttgs8f.fsf@zoho.eu> (raw)
In-Reply-To: 858s1d3n51.fsf@gmail.com

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




  parent reply	other threads:[~2021-08-07 16:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06 17:03 changing font and font size in terminal emacs-27.2 Sivaram Neelakantan
2021-08-06 17:06 ` tomas
2021-08-06 19:29   ` Colin Baxter
2021-08-07  4:16     ` Sivaram Neelakantan
2021-08-07 11:28       ` Colin Baxter
2021-08-07 12:08         ` Yuri Khan
2021-08-07 13:14           ` Colin Baxter
2021-08-07 16:12             ` Sivaram Neelakantan
2021-08-07 16:10           ` Sivaram Neelakantan
2021-08-08 11:33             ` Colin Baxter
2021-08-07 16:05         ` Sivaram Neelakantan
2021-08-07 16:00       ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2021-08-07 16:15         ` Sivaram Neelakantan
2021-08-07 16:24           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-09 13:50 ` Ken Goldman
2021-08-09 16:02   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-11 13:27     ` Ken Goldman
2021-08-11 14:42   ` Sivaram Neelakantan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgttgs8f.fsf@zoho.eu \
    --to=help-gnu-emacs@gnu.org \
    --cc=moasenwood@zoho.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.