From c213b5de89ee4a11d1c6c94b8b142b24885a4323 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 28 Dec 2024 15:29:26 +0100 Subject: Add option to manage program startup directly in the program --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 2996290..8878b8b 100644 --- a/TODO +++ b/TODO @@ -114,3 +114,5 @@ Improve linux global hotkeys startup time by parsing /proc/bus/input/devices ins We can get the name of the running steam game without x11 by listing processes and finding the one that runs a program called "reaper" with the arguments SteamLaunch AppId=. The binary comes after the -- argument, get the name of the game by parsing out name from that, in the format steamapps/common//. All steam game names by ID are available at https://api.steampowered.com/ISteamApps/GetAppList/v2/. The name of a single game can be retrieved from http://store.steampowered.com/api/appdetails?appids=115800. + +Dont put widget position to int position when scrolling. This makes the UI jitter when it's coming to a halt. \ No newline at end of file -- cgit v1.2.3