Valentin Degenne

Results 32 comments of Valentin Degenne

@sabindev If you check the source code, then you'll see that it's not a bug but an expected behavior. You could reopen this "bug report" as a "feature request" though...

@acheronfail I don't know if you figured this out but here a script that will toggle the opacity of the current window: ```bash #!/usr/bin/bash swaymsg opacity plus 0.01 if [...