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
[Display] | |
iMaxAnisotropy=8 | |
fShadowDistance=60000.0000 | |
fDirShadowDistance=60000.0000 | |
iShadowMapResolution=2048 | |
uiShadowFilter=2 | |
uiOrthoShadowFilter=2 | |
fBlendSplitDirShadow=48.0000 | |
iMaxFocusShadows=4 | |
iMaxDecalsPerFrame=100 |
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
#This file is provided by xorg-x11-drv-nvidia | |
#Do not edit | |
Section "OutputClass" | |
Identifier "intel" | |
MatchDriver "i915" | |
Driver "intel" | |
Option "TearFree" "true" | |
Option "TripleBuffer" "true" | |
Option "PrimaryGPU" "yes" |
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
[SystemSettings] | |
OneFrameThreadLag=1 | |
[/Script/Engine.Engine] | |
bDisablePhysXHardwareSupport=False | |
[/script/engine.garbagecollectionsettings] | |
TimeBetweenPurgingPendingKillObjects=15 | |
[/Script/Engine.RendererSettings] |
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
#!/bin/sh | |
DEST=~/.local/share/fonts | |
TEMP_DIR=/tmp/fonts_install | |
font_files="andale32.exe arial32.exe arialb32.exe comic32.exe courie32.exe georgi32.exe impact32.exe times32.exe trebuc32.exe webdin32.exe verdan32.exe wd97vwr32.exe" | |
download(){ | |
wget -P ${TEMP_DIR} "https://netcologne.dl.sourceforge.net/project/corefonts/the%20fonts/final/$1" | |
} |
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
PROMPT=$' | |
%{$fg[green]%}[%n@%m]%{$reset_color%} %{$fg_bold[blue]%}%/%{$reset_color%} %{$fg[user_color]%}[%T]%{$reset_color%} $(git_prompt_info)$(bzr_prompt_info)%{$fg_bold[black]%}>%{$reset_color%} ' | |
PROMPT2="%{$fg_blod[black]%}%_> %{$reset_color%}" | |
GIT_CB="git::" | |
ZSH_THEME_SCM_PROMPT_PREFIX="%{$fg[green]%}[" | |
ZSH_THEME_GIT_PROMPT_PREFIX=$ZSH_THEME_SCM_PROMPT_PREFIX$GIT_CB | |
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} " | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}" |
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
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>space']" |
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
# edit /etc/default/tlp | |
USB_BLACKLIST_BTUSB=1 |
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
# Enables the server VM. Though this option is implicitly enabled on a 64-bit capable jdk | |
# Xms should be equal to Xmx. | |
-server | |
# Enables assertions | |
-ea | |
# Sets the initial size of the heap | |
-Xms2G |
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
# Sets experimental zero-latency typing like in Sublime and Vim | |
editor.zero.latency.typing=true |
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
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>space']" |
NewerOlder