ayy
This commit is contained in:
@@ -50,9 +50,10 @@ import { getRegretevatorState } from "../lib/RegretevatorUtil";
|
||||
|
||||
const windowClassFriendyName: { [windowClass: string]: string } = {
|
||||
steam_app_1671210: "Deltarune",
|
||||
"deltarune.exe": "Deltarune", // deltarune with proton-cachyos/proton-cachyos-slr + PROTON_ENABLE_WAYLAND=1
|
||||
"deltarune.exe": "Deltarune", // <-- proton-cachyos
|
||||
steam_app_1690940: "Deltarune", // <-- demo
|
||||
|
||||
"org.vinegarhq.Sober": "Roblox",
|
||||
steam_app_1690940: "Deltarune", // demo
|
||||
};
|
||||
|
||||
async function getWMClass(): Promise<string> {
|
||||
@@ -86,7 +87,7 @@ async function getFilename(wmClass?: string): Promise<string> {
|
||||
|
||||
const program = new Command("handle-screenshot");
|
||||
|
||||
const SCREENSHOT_PATH = `/home/ralsei/Pictures/Screenshots`;
|
||||
const SCREENSHOT_PATH = `/home/kris/Pictures/Screenshots`;
|
||||
|
||||
// useless
|
||||
async function transformImage(b: Buffer): Promise<Buffer> {
|
||||
|
||||
Reference in New Issue
Block a user