forked from TerbiumOS/webOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed windowing issues and added some features
- Fixed minimization - Added import/export of settings - Making a better focusing and window switching system
- Loading branch information
1 parent
5467f22
commit 038e6c8
Showing
24 changed files
with
2,325 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// the following is a great example to what TBS file should looks like | ||
// this is a standard TBSIF (Terbium Settings Import Format) script | ||
[wallpaper]"https://i.imgur.com/kcDBAGY.png" | ||
[wallpaperFill]"cover" | ||
[theme]"almond" | ||
[customWinRadius]"8" | ||
[roundWin]"yes" | ||
[roundBtns]"yes" | ||
[customShadow]"rgb(232, 157, 70)" | ||
[shutdown]"https://google.com" | ||
[safeSearch]"2" | ||
[dockFull]"yes" | ||
[shadow]"yes" | ||
[windowsFullscreenOnOpen]"no" | ||
[playerAppAutoplay]"no" | ||
[photoCoverPhotoApp]"no" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.