ret2src
ret2src
 I have exactly the same problem. This issue is especially problematic if you automatically start tmux with your shell because it will prevent you from using your terminal. I...
@dmitry-kabanov Delete the corrupted file and you should be good
@ataumo Do I understand you correctly in that you can't upload the output of HardeningKitty and visualize it using your tool?
> Not yet.. but it's a really good idea ! The main interest of this tool is to be able to do the opposite : create a policy list and...
Thanks to the comments above, I was able to control the **style of the icons** for input and output separately. Here's my `config`: ``` json "modules-right": [ "pulseaudio#output", "pulseaudio#input", ],...
_Hijacking this thread for the Google travelers passing by._ On Arch Linux with Sway as the window manager and no display manager, the following worked for me: ~~~ bash $...
Ran into the same problem, would be great if somebody could merge the patch above...
@Grezzo thank you very much, I've opened a PR:
I was able to fix this by adding the following lines to my `~/.tmux.conf`: ``` set -g default-terminal "tmux-256color" set-option -ga terminal-overrides ",tmux-256color:Tc,xterm-256color:Tc" ```  Source:
I just came across this issue and it doesn't seem as if a gruvbox colorscheme has ever been merged. Since most of my CLI tools are configured to use gruvbox,...