mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 18:44:49 +00:00
Compare commits
No commits in common. "aa246b5cda6a1b0aa10ab095aed12b41abbbe192" and "bd6db330d99434f6ea19f7e5d466f2bcfcb67a36" have entirely different histories.
aa246b5cda
...
bd6db330d9
3 changed files with 2 additions and 6 deletions
|
@ -1,3 +0,0 @@
|
|||
screencopy {
|
||||
allow_token_by_default = true
|
||||
}
|
|
@ -70,7 +70,6 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
|||
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
|
||||
export GRADLE_USER_HOME="$XDG_DATA_HOME/gradle"
|
||||
export _JAVA_OPTIONS="-Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java"
|
||||
export NPM_CONFIG_INIT_MODULE="$XDG_CONFIG_HOME"/npm/config/npm-init.js
|
||||
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
|
||||
export NPM_CONFIG_CACHE="$XDG_CACHE_HOME/npm"
|
||||
export NPM_CONFIG_PREFIX="$XDG_DATA_HOME/npm"
|
||||
|
@ -138,7 +137,7 @@ fi
|
|||
# Other program settings
|
||||
export HISTTIMEFORMAT="%Y-%m-%d %T "
|
||||
export SUDO_ASKPASS="$HOME/.local/bin/scripts/gui/prompt/menupass"
|
||||
export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv
|
||||
export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv
|
||||
|
||||
# Remove irrelevant variables added for posix compatibility
|
||||
unset posix
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
Slice=session-graphical.slice
|
||||
|
||||
# These values are experimental, your mileage may vary
|
||||
CPUQuota=5%
|
||||
CPUQuota=2%
|
||||
MemoryHigh=50M
|
||||
MemoryMax=100M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue