Stel Clementine

Results 52 comments of Stel Clementine

I would love to be able to specify a regex since my main use case for this feature is omitting the `altwin:swap_alt_win` option for Apple keyboards only.

You could create a systemd user service or make a script like this: ```sh #!/usr/bin/env bash if ! pgrep gtklock &> /dev/null; then gtklock fi ```