This file contains hidden or 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
# .... | |
alias sudo="sudo -A" |
This file contains hidden or 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
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
// UIDetect 2.0 header file by brussell | |
// License: CC BY 4.0 | |
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
/* | |
Description: | |
UIDetect can be used to automatically toggle shaders depending on the visibility of UI elements. | |
It's useful for games, where one wants to use effects like DOF, CA or AO, which however shouldn't | |
be active when certain UI elements are displayed (e.g. inventory, map, dialoque boxes, options |