5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
#!/bin/sh
|
||
|
# Wrapper for launching profanity via bemenu
|
||
|
# `--class` sets wayland `app_id`
|
||
|
kitty --class profanity profanity
|