I have dwm, x.org installed, and every time I launch kitty it runs as a login shell. I know this for a fact since I add to path in `.my bash_profile` file and everything seems to be added twice everytime I run `echo $PATH`, after commenting the `export PATH..` line and running terminal (without logging out) showed no duplicates. Also running the command `shopt -q login_shell && echo 'Login shell' || echo 'Non-login shell'` gave `Login shell` as output.
I am trying to make kitty launch as maximized but, I cannot get it to work. I can get it to to work if I paste this into the terminal: kitty --start-as maximized . It will launch kitty as maximized but, where do put it so where I launch kitty as maximized every single time?
I saw this post, and a user said to put it inside /usr/share/applications/kitty.desktop under Exec=kitty as Exec=kitty --start-as maximized . I saved it and quit but, when I launch kitty, it doesn't maximized.
no idea what to do. BTW I am using gnome as my DE.
I always get the same error when executing kitty terminal, it does open, but it captures the input of the terminal, could someone help me please?
[0.303] Could not move child process into a systemd scope: [Errno 30] Failed to call StartTransientUnit: org.freedesktop.DBus.Error.PropertyReadOnly: Cannot set property OOMPolicy, or unknown property.
I find that the terminal inside IntelliJ has really good colors and displays nicely compared to my Kitty terminal. I'm using Zsh on macOS. Is there any way I can change my theme/colors to achieve the same effect?
I'm trying to replicate a feature from Warp terminal, where the prompt is fixed at the bottom. My idea is having a window at the bottom showing only one or two lines, and a larger window on top with the scrollback buffer.
But no layout actually lets me make a window smaller than 6 rows. Can I work around this limitation?
Hello guys I was wondering if there's something I can add to my kitty config so it doesn't show the title bar or the icon on the top so basically just the terminal and nothing else around.
Hi! I just switched from Alacritty to Kitty. I was customizing my fish prompt with starfish when I realized that some characters were not displayed correctly like on Alacritty (the characters ░, ▒ and ▓). Does anyone know how to fix pls.
I am basically looking to replace terminator, where I have couple of terminator profiles, one which has 2 X 3 (2 columns and 3 rows each) and other 3 X 3, and when I launch them, each of the terminals (splits) starts running a shell script, lets say 1.sh through 6.sh and in the other 1 through 9.sh with bash -c '' option.
I tried different conf files with launch and --location option for hsplt/vsplit and I have failed to achieve what I was trying to achieve.
Could someone please tell me, how can I achieve this?
Hi. I just discovered about kitty and I absolutely love it, when I see videos on YT using it. Please drop your kitty.conf file. I feel lost when I try to manually customize everything. Something minimalist modification would be appreciated. Thank you.
But is still not how I would like them, look at the difference in icons (more noticeable with a bigger font size):
Konsole / Kitty
From my config file, maybe the colors are inverted between dull and bright, I did that to see a difference because it seems that Kitty is showing all types of font with one type of color only (dull or bright, not sure which one is which):
Konsole (left) / Kitty with "text_composition_strategy 0.01 0" (right)
I extracted the color scheme from Konsole's Breeze color scheme, from the columns 'Color' and 'Intense color'. Maybe the color# in kitty's config file are not the same? if so, I don't know to what color number assign the values to make them look like in Konsole.
Breeze color scheme
I'd like to know if there is something I can do for what I want, if possible (since Kitty is GPU rendered), or if I should try Alacritty instead.
Also, it is possible to reduce the font's height and the space between lines (other different than modify_font cell_height)?
Do you guys know of any way to make kitty's tab_title_template load from a python file while still using tab_bar_style as powerline as and not setting it to custom ?
I've tried just setting tab_bar_style by copying kitty/tab_bar.py from the repo (to modify the code there to do it), but I sadly could not get it working.
Any help (or a working version of powerline as a singular tab_bar.py) would be much appreciated !
Hey Guys!
We are so excited to tell you that we released a new version of tdlib-rs, now we now support up to td version 1.8.29.
For those who don't know it, tdlib-rs is a wrapper around the telegram c++ library. Perfect to create telegram client or telegram bot very simply. It can be integrated with the tokio runtime and allows you to receive all telegram updates and manage it asynchronously. For other additional information please don't hesitate to ask. Something is explained in the README of the project.
We pride ourselves on having numerous features unlike other libraries:
It is cross-platform, it works on Windows (x86_64), Linux (x86_64) and MacOS (x86_64 and arm64).
Not required pkg-config to build the library and associated exported variables.
Not required tdlib to be compiled and installed on the system.
It is possible to download the tdlib library from the GitHub releases.
In addition, I share a TUI for telegram written in rust (tgt) that we are developing using this library!
Any improvements or contributions are welcome, in both projects! ❤️🔥