ret2src

Results 14 comments of ret2src
trafficstars

![ksnip_20210905-143317](https://user-images.githubusercontent.com/2010034/132126924-6dcf4a4a-01ca-4df0-bef6-1c643eee303d.png) 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" ``` ![ksnip_20210903-215710](https://user-images.githubusercontent.com/2010034/132059526-61e271c6-0248-425c-acf8-7fa21cd2f802.png) 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,...