Questions tagged [alacritty]

11 questions
3
votes
1 answer

run a command with double quote in new window in Alacritty

I can run gnome-terminal -- journalctl --since "10min ago" -f What is the equivalent of this command for alacitty. I tried alacritty -e "journalctl --since \"10min ago\" -f" alacritty -e "journalctl --since '10min ago' -f" alacritty -e 'journalctl…
Ahmad Ismail
  • 2,478
  • 1
  • 22
  • 47
3
votes
1 answer

Two Enter Keys are behaving Differently

I am using the alacritty terminal emulator under Zorin 16. My two enter keys are giving different output. % showkey -a Press any keys - Ctrl-D will terminate this program ^M 13 0015 0x0d ^J 10 0012 0x0a Primary Enter Key is giving ^M, The…
Ahmad Ismail
  • 2,478
  • 1
  • 22
  • 47
2
votes
1 answer

Oh my zsh is only working when i log in as root

Recently installed zsh and oh my zsh but when i open a terminal nothing changes, the bar keeps looking as always but it changes only when i log as root doing sudo su, I have tried almost everyting but nothing changed. I am using alacritty. Thanks…
Unlucko
  • 23
  • 5
2
votes
0 answers

Unable to run alacritty using nix

.nix-profile/bin/alacritty Error: Error creating GL context; Received multiple errors: Could not create EGL display object `glXQueryExtensionsString` found no glX extensions Error: "Event loop terminated with code: 1" Running…
nk2
  • 41
  • 7
2
votes
1 answer

How to override terminal font-family for specific glyph?

I have set Source Code Pro as my default monospace font and Noto Color Emoji for emojis, set in fontconfig as follows: serif
paulodiovani
  • 271
  • 3
  • 8
2
votes
2 answers

alacritty - change background color based on application

Is it possible to change the background color depending on which application is running currently? My vim theme background differs with the terminal but I don't want to change the background of my terminal permanently just because of vim.
GhostOrder
  • 157
  • 1
  • 7
1
vote
0 answers

tmux 1 session accessed by multiple terminals, each with a different visual state

I use a tiling window manager and someimtes have 6 or 7 shells open at once. Locally, I use tmux purely as a multiplexer because my preferred terminal does not have one (which I like). I would like each terminal that I open to access the same tmux…
marc.soda
  • 163
  • 7
0
votes
0 answers

Windows are glitchy and don't render properly

I recently got a new laptop, System 76 Lemur Pro, preinstalled with Ubuntu 22.04. I've been installing and configuring Awesome Window Manager 4.3. I believe I messed something up with xrandr or picom because issues started after rebooting on the day…
marbri
  • 11
  • 1
  • 4
0
votes
0 answers

Ranger Has incorrect colorsheme when opened with firefox

I couldn't really find a better place to ask this question and figured that if anyone would know it would be you guys. So when I open ranger it inherits my colorscheme and styling from alacritty, however whenever ranger is invoked by firefox (set as…
0
votes
0 answers

How to restore tmux pane after closing?

Once I erroneously hit kill-pane on tmux, I want to be able to restore closed pane, but I haven't managed to find this functionality there. So, just to clarify, I mean around the same behavior as Control/Command + Shift + T does on Chrome. I saw a…
B1Z0N
  • 11
  • 2
0
votes
0 answers

Terminal applications don't cover the entire terminal

I've been researching this for a couple hours so far and I can't seem to find a solution that works and isn't 10 years old so I figured I'd ask again. I'm using awesome and Alacritty, and when I use, for example, emacs in the terminal, the emacs…