tmux: how can one position the status bar at true bottom?
Fairly new to tmux, and have been gradually adding stuff to my config file.
I have the line set -g status-position bottom
to put my status bar at the bottom, but there is still a large amount of clearance at the bottom of the frame.
I would like the bar to be flush with the bottom of the screen.
This was the only other SE question I could find, and tmux's Github issues didn't seem to have anything. The man page has only top and bottom as options for status-position
, and no other relevant options I could find.
Any dot file dynamos got any recommendations?
tmux
|
show 1 more comment
Fairly new to tmux, and have been gradually adding stuff to my config file.
I have the line set -g status-position bottom
to put my status bar at the bottom, but there is still a large amount of clearance at the bottom of the frame.
I would like the bar to be flush with the bottom of the screen.
This was the only other SE question I could find, and tmux's Github issues didn't seem to have anything. The man page has only top and bottom as options for status-position
, and no other relevant options I could find.
Any dot file dynamos got any recommendations?
tmux
Hack the source; it is not configurable.
– jasonwryan
Feb 22 '18 at 20:37
Does your terminal emulator lock the display height to full rows of display, or does it allow smooth resizing? tmux usually displays on the lower full row of terminal output, which might not coincide with the bottom of a pseudo-terminal.
– datUser
Feb 22 '18 at 20:46
jasonwryan maybe if I don't find a solution you'll see a pull request in a few months (:
– Prunus Persica
Feb 22 '18 at 20:50
datUser not entirely sure what you mean. Using Terminator, looking around for the display height thing mentioned
– Prunus Persica
Feb 22 '18 at 20:51
1
Try just resizing the height a bit, some emulators do this in increments of complete rows of input. Others don't enforce that and just fudge the margins of the terminal emulator. That gap could just be a UI margin rather than any real space below the tmux bar. Just do some playing with the window size of Terminator. OR it could be a default margin inside of terminator.
– datUser
Feb 22 '18 at 20:56
|
show 1 more comment
Fairly new to tmux, and have been gradually adding stuff to my config file.
I have the line set -g status-position bottom
to put my status bar at the bottom, but there is still a large amount of clearance at the bottom of the frame.
I would like the bar to be flush with the bottom of the screen.
This was the only other SE question I could find, and tmux's Github issues didn't seem to have anything. The man page has only top and bottom as options for status-position
, and no other relevant options I could find.
Any dot file dynamos got any recommendations?
tmux
Fairly new to tmux, and have been gradually adding stuff to my config file.
I have the line set -g status-position bottom
to put my status bar at the bottom, but there is still a large amount of clearance at the bottom of the frame.
I would like the bar to be flush with the bottom of the screen.
This was the only other SE question I could find, and tmux's Github issues didn't seem to have anything. The man page has only top and bottom as options for status-position
, and no other relevant options I could find.
Any dot file dynamos got any recommendations?
tmux
tmux
asked Feb 22 '18 at 20:36
Prunus PersicaPrunus Persica
1206
1206
Hack the source; it is not configurable.
– jasonwryan
Feb 22 '18 at 20:37
Does your terminal emulator lock the display height to full rows of display, or does it allow smooth resizing? tmux usually displays on the lower full row of terminal output, which might not coincide with the bottom of a pseudo-terminal.
– datUser
Feb 22 '18 at 20:46
jasonwryan maybe if I don't find a solution you'll see a pull request in a few months (:
– Prunus Persica
Feb 22 '18 at 20:50
datUser not entirely sure what you mean. Using Terminator, looking around for the display height thing mentioned
– Prunus Persica
Feb 22 '18 at 20:51
1
Try just resizing the height a bit, some emulators do this in increments of complete rows of input. Others don't enforce that and just fudge the margins of the terminal emulator. That gap could just be a UI margin rather than any real space below the tmux bar. Just do some playing with the window size of Terminator. OR it could be a default margin inside of terminator.
– datUser
Feb 22 '18 at 20:56
|
show 1 more comment
Hack the source; it is not configurable.
– jasonwryan
Feb 22 '18 at 20:37
Does your terminal emulator lock the display height to full rows of display, or does it allow smooth resizing? tmux usually displays on the lower full row of terminal output, which might not coincide with the bottom of a pseudo-terminal.
– datUser
Feb 22 '18 at 20:46
jasonwryan maybe if I don't find a solution you'll see a pull request in a few months (:
– Prunus Persica
Feb 22 '18 at 20:50
datUser not entirely sure what you mean. Using Terminator, looking around for the display height thing mentioned
– Prunus Persica
Feb 22 '18 at 20:51
1
Try just resizing the height a bit, some emulators do this in increments of complete rows of input. Others don't enforce that and just fudge the margins of the terminal emulator. That gap could just be a UI margin rather than any real space below the tmux bar. Just do some playing with the window size of Terminator. OR it could be a default margin inside of terminator.
– datUser
Feb 22 '18 at 20:56
Hack the source; it is not configurable.
– jasonwryan
Feb 22 '18 at 20:37
Hack the source; it is not configurable.
– jasonwryan
Feb 22 '18 at 20:37
Does your terminal emulator lock the display height to full rows of display, or does it allow smooth resizing? tmux usually displays on the lower full row of terminal output, which might not coincide with the bottom of a pseudo-terminal.
– datUser
Feb 22 '18 at 20:46
Does your terminal emulator lock the display height to full rows of display, or does it allow smooth resizing? tmux usually displays on the lower full row of terminal output, which might not coincide with the bottom of a pseudo-terminal.
– datUser
Feb 22 '18 at 20:46
jasonwryan maybe if I don't find a solution you'll see a pull request in a few months (:
– Prunus Persica
Feb 22 '18 at 20:50
jasonwryan maybe if I don't find a solution you'll see a pull request in a few months (:
– Prunus Persica
Feb 22 '18 at 20:50
datUser not entirely sure what you mean. Using Terminator, looking around for the display height thing mentioned
– Prunus Persica
Feb 22 '18 at 20:51
datUser not entirely sure what you mean. Using Terminator, looking around for the display height thing mentioned
– Prunus Persica
Feb 22 '18 at 20:51
1
1
Try just resizing the height a bit, some emulators do this in increments of complete rows of input. Others don't enforce that and just fudge the margins of the terminal emulator. That gap could just be a UI margin rather than any real space below the tmux bar. Just do some playing with the window size of Terminator. OR it could be a default margin inside of terminator.
– datUser
Feb 22 '18 at 20:56
Try just resizing the height a bit, some emulators do this in increments of complete rows of input. Others don't enforce that and just fudge the margins of the terminal emulator. That gap could just be a UI margin rather than any real space below the tmux bar. Just do some playing with the window size of Terminator. OR it could be a default margin inside of terminator.
– datUser
Feb 22 '18 at 20:56
|
show 1 more comment
1 Answer
1
active
oldest
votes
Some terminals have default padding on the sides, if you're using gnome-terminal, try adding the following to ~/.config/gtk-3.0/gtk.css
VteTerminal,
vte-terminal,
TerminalScreen {
padding: 0px;
margin: 0px;
-VteTerminal-inner-border: 0px;
}
Also, scrollbars might take up additional padding so disabling it helped in my case
Related:
https://superuser.com/questions/904044/move-tmux-status-bar-to-the-very-bottom-of-my-screen
https://superuser.com/questions/1107509/padding-in-gnome-terminal
https://askubuntu.com/questions/115762/increase-padding-in-gnome-terminal
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f425979%2ftmux-how-can-one-position-the-status-bar-at-true-bottom%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Some terminals have default padding on the sides, if you're using gnome-terminal, try adding the following to ~/.config/gtk-3.0/gtk.css
VteTerminal,
vte-terminal,
TerminalScreen {
padding: 0px;
margin: 0px;
-VteTerminal-inner-border: 0px;
}
Also, scrollbars might take up additional padding so disabling it helped in my case
Related:
https://superuser.com/questions/904044/move-tmux-status-bar-to-the-very-bottom-of-my-screen
https://superuser.com/questions/1107509/padding-in-gnome-terminal
https://askubuntu.com/questions/115762/increase-padding-in-gnome-terminal
add a comment |
Some terminals have default padding on the sides, if you're using gnome-terminal, try adding the following to ~/.config/gtk-3.0/gtk.css
VteTerminal,
vte-terminal,
TerminalScreen {
padding: 0px;
margin: 0px;
-VteTerminal-inner-border: 0px;
}
Also, scrollbars might take up additional padding so disabling it helped in my case
Related:
https://superuser.com/questions/904044/move-tmux-status-bar-to-the-very-bottom-of-my-screen
https://superuser.com/questions/1107509/padding-in-gnome-terminal
https://askubuntu.com/questions/115762/increase-padding-in-gnome-terminal
add a comment |
Some terminals have default padding on the sides, if you're using gnome-terminal, try adding the following to ~/.config/gtk-3.0/gtk.css
VteTerminal,
vte-terminal,
TerminalScreen {
padding: 0px;
margin: 0px;
-VteTerminal-inner-border: 0px;
}
Also, scrollbars might take up additional padding so disabling it helped in my case
Related:
https://superuser.com/questions/904044/move-tmux-status-bar-to-the-very-bottom-of-my-screen
https://superuser.com/questions/1107509/padding-in-gnome-terminal
https://askubuntu.com/questions/115762/increase-padding-in-gnome-terminal
Some terminals have default padding on the sides, if you're using gnome-terminal, try adding the following to ~/.config/gtk-3.0/gtk.css
VteTerminal,
vte-terminal,
TerminalScreen {
padding: 0px;
margin: 0px;
-VteTerminal-inner-border: 0px;
}
Also, scrollbars might take up additional padding so disabling it helped in my case
Related:
https://superuser.com/questions/904044/move-tmux-status-bar-to-the-very-bottom-of-my-screen
https://superuser.com/questions/1107509/padding-in-gnome-terminal
https://askubuntu.com/questions/115762/increase-padding-in-gnome-terminal
answered Sep 11 '18 at 2:00
WoofasWoofas
13316
13316
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f425979%2ftmux-how-can-one-position-the-status-bar-at-true-bottom%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hack the source; it is not configurable.
– jasonwryan
Feb 22 '18 at 20:37
Does your terminal emulator lock the display height to full rows of display, or does it allow smooth resizing? tmux usually displays on the lower full row of terminal output, which might not coincide with the bottom of a pseudo-terminal.
– datUser
Feb 22 '18 at 20:46
jasonwryan maybe if I don't find a solution you'll see a pull request in a few months (:
– Prunus Persica
Feb 22 '18 at 20:50
datUser not entirely sure what you mean. Using Terminator, looking around for the display height thing mentioned
– Prunus Persica
Feb 22 '18 at 20:51
1
Try just resizing the height a bit, some emulators do this in increments of complete rows of input. Others don't enforce that and just fudge the margins of the terminal emulator. That gap could just be a UI margin rather than any real space below the tmux bar. Just do some playing with the window size of Terminator. OR it could be a default margin inside of terminator.
– datUser
Feb 22 '18 at 20:56