Popup jrnl window in Hyprland
Making it easier to quickly create entries in `jrnl` using a floating popup window
I’m slowly learning how to customize Hyprland.
I’ve been playing with jrnl as a way to do a daily log. It’s been successful enough that I wanted to streamline it a bit. What I wanted was to bind a key to opening my jrnl prompt in a floating terminal in whichever workspace I happen to be in.
Here’s how I did it:
# Keybinding for floating centered terminal
)
)
)
This gets me a conveniently sized and placed terminal window with jrnl waiting for me to type whatever I want. A simple CTRL-d and it creates the jrnl entry and the window goes away.
The jrnl --config-override editor "" bit forces jrnl to wait for stdin so I can just start typing.

It may be overkill, since I could just type jrnl in any terminal, but this is just a smidge more convenient.