Commit Graph

4 Commits

Author SHA1 Message Date
dacav
86fbb6daba Wayland support
The clipboard= configuration file determines what clipboard manager should be
used, if xclip or wl-copy/wl-paste.  The variable defaults to the value of
XDG_SESSION_TYPE which is considered a reliable method to determine what
graphical session is currently being used[1]

[1] https://unix.stackexchange.com/a/355476
2025-04-22 22:54:56 +01:00
dacav
da20b17526 Add 'die' function
Candidate replacement of multiple instances of the same error
handling sequence.
2025-04-22 22:54:56 +01:00
dacav
14c467a764 Replace ~/.config/imgbb_uploader/api_key with generic config file
The configuration is stored under ~/.config/imgbb_uploader.conf.
The file is simply sourced, so the configuration file can be
a shell script. It just needs to assign the required variables.
2025-04-22 22:54:56 +01:00
af1f264789 [Add] Initial commit. 2025-04-22 17:58:11 +01:00