Questions tagged [termite]

11 questions
7
votes
4 answers

shell command `tmux` throws `can't use /dev/tty` error

I just switched from using terminator to termite today. I also Installed Fish and oh my fish, Spent a couple hours configuring everything, but when I went to start a tmux session to get some work done it returned open terminal failed: can't use…
Riley Hughes
  • 171
  • 1
  • 3
3
votes
1 answer

Tmux behaves differently and C-a + C-a prints "^A" instead of jumping to beginning of line

I have the following entries in my ~/.tmux.conf # remap prefix from 'C-b' to 'C-a' unbind C-b set-option -g prefix C-a bind-key C-a send-prefix which usually have been sufficient to use tmux with Ctrl-A + Ctrl-A to jump to the beginning of a line.…
baxbear
  • 191
  • 8
2
votes
1 answer

i3-msg how to execute a specific command right after termite startup

I'm using this command to start my i3 layout: exec --no-startup-id "i3-msg 'workspace 1; append_layout /home/michael/.i3/workspace-1.json'; exec termite; exec termite" I have two windows which swallow these termite instances. I'd love to have htop…
xetra11
  • 516
  • 2
  • 12
  • 28
2
votes
1 answer

Termite overlapping letters

Im an user of Arch Linux and i'm using termite as my terminal emulator. It's a nice one but i having problem with it which is that is the overlapping of letters.The letters are not correctly oriented or spaced.Im using monospace as font and i tried…
Sreyas
  • 139
  • 1
  • 5
2
votes
1 answer

Exit termite from within bash

I want to be able to completely close termite from within a bash script. I have something like this: while true; do read -n 1 -s result case $result in [c]* ) exit 0;; esac done And I want hitting c to close termite.
Marcel
  • 475
  • 1
  • 8
  • 21
1
vote
0 answers

Termite launches programs in a small area of instead of taking up whole window when using '-e'

When running a command in termite (cmatrix works well to demonstrate this), only part of the window is used. The image below shows launching from fish, but just launching from termite, e.g. termite -e cmatrix has the same effect. This can also be…
Doot
  • 111
  • 4
1
vote
0 answers

Termite: Remove Window decorations

I could not find any documentation for termite's configuration, and looking at the config file in /etc/xdg/termite/config, I could not find any option to suit my needs. My question is, is it possible to remove/hide the titlebar/window-decorations in…
Wali Waqar
  • 113
  • 3
1
vote
1 answer

termite instead of letters displays squares (arch-linux)

After today system update(linux-5.2.3.arch1-1, linux-headers-5.2.3.arch1-1) my terminal(termite) started display squares instead of letters. I am using xos4 Terminus font. It installed and on previous system version it worked normal.
1
vote
0 answers

Why is tmux opening a new terminal window?

When I start tmux in my i3 / termite / zsh environment the default pane with the zsh prompt inside it is launched in a seperate window instead of the window in which I started tmux. Additionally I have some unicode characters at the top that can not…
Cutú Chiqueño
  • 581
  • 1
  • 5
  • 16
0
votes
3 answers

How to run script in new terminal window and close 30 seconds later

I have wrote a script, and i am running xmonad and default terminal termite;just saying if it is important :), maybe there is a solution in xmonad. , ((altMask, xK_x), spawn "termite --hold -e /home/emre/pipix.sh") when i type in terminal…
speedyy
  • 23
  • 3
0
votes
0 answers

Termite terminal color mess

I am trying to tweak colors for Termite, but instead of the expected I'm getting a total mess (colors differs from my ~/.config/termite/config. In screenshot numbers should be gray, text yellow and etc.) Also, can I set Vim's colorscheme different…
Constantine
  • 515
  • 1
  • 4
  • 11