Tagged Questions
3
votes
0answers
55 views
GNU Screen weird characters on click
I have a small problem in GNU screen. A GNU screen session runs on my raspberry pi. Now sometimes, when I join it, if I click in the terminal (I'm using terminator on fedora) I see weird characters ...
4
votes
1answer
129 views
What kind of notification is Firefox sending when a download has finished?
I'm using the dynamic window manager of suckless (dwm). I noticed that firefox is able to send nice notifications when a download has finished. See the two figures
When I'm on a different tag, I ...
3
votes
1answer
153 views
How to set up `screen` to modify the window title and xterm-window title?
I'd like to have my current $PS1 prompt (\u@\h:\w$(__git_ps1 "(%s)")\$ plus some coloring) to be also used as screen's window title (in the hardline) and as the xterm window title. How can this be ...
1
vote
0answers
285 views
How to efficiently use Console2 with screen/tmux/byobu?
I'm using Console 2 and msysgit's bash to SSH into my Linux machines. There, I'm using screen (but considering tmux and/or byobu), but currently simply with one single-terminal session per ...
3
votes
2answers
341 views
Resuming screen with UTF8 enabled breaks character input
Overview of UTF8 screen re-attachment issues.
Problem:
Creating a screen that uses UTF8 works perfectly until re-attaching said screen session.
Steps:
ssh remothost
screen -U -S ttytter
[detach ...
3
votes
1answer
294 views
How can I run byobu from xterm at starting?
I set up byobu auto run with the command byobu-enable. It's great when I log in from terminal or ssh, but how can I make xterm attach to it automatically ?
(mate-terminal from Linux mint especially)