antsif-a
Results
2
issues of
antsif-a
Input SCSS: ```scss @mixin centered($horizontal: true, $vertical: true) { position: absolute; @if ($horizontal and $vertical) { top: 50%; left: 50%; transform: translate(-50%, -50%); } @else if ($horizontal) { left: 50%;...
Right now I am using Cage as a way to run Regreet (greetd greeter) and the pointer acceleration is too high. I tried using `LIBINPUT_POINTER_ACCELERATION` and `WLR_POINTER_ACCELERATION` with no success....