diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-28 15:29:26 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-28 22:30:30 +0100 |
commit | c213b5de89ee4a11d1c6c94b8b142b24885a4323 (patch) | |
tree | 8e6b50f6cd42f6a3381705e79b4db1016929b1ab /TODO | |
parent | 81e2fab47f4ec9423fd92b8e5fd013e83a080e2b (diff) |
Add option to manage program startup directly in the program
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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=<number>. The binary comes after the -- argument, get the name of the game by parsing out name from that, in the format steamapps/common/<name>/. 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 |