diff options
author | Camil Staps | 2015-11-30 23:13:23 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | 3428c7f567ac390d84783a174fcba6189e4a3c7c (patch) | |
tree | f4494592d59a437203f097a006f3d4828f817469 /system | |
parent | XMonad: Vim key, mute key, explicit border width (diff) |
Adds ~/bin.local to PATH, bugfix too big cursor
When using an external monitor with different DPI, the cursor would
be too big in GTK apps. Setting it explicitly in Xresources
resolves this.
Adds ~/bin.local to the path so that users may add machine-specific
commands to their path.
Diffstat (limited to 'system')
-rw-r--r-- | system/Xresources.symlink | 2 | ||||
-rw-r--r-- | system/profile.symlink | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/system/Xresources.symlink b/system/Xresources.symlink index f7a671a..631e151 100644 --- a/system/Xresources.symlink +++ b/system/Xresources.symlink @@ -102,3 +102,5 @@ XTerm*color13: S_violet XTerm*color14: S_base1 XTerm*color15: S_base3 +Xcursor.size: 16 + diff --git a/system/profile.symlink b/system/profile.symlink index 9f2f4c9..4e1527a 100644 --- a/system/profile.symlink +++ b/system/profile.symlink @@ -1,2 +1,2 @@ -export PATH="./bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:$ZSH/bin:$HOME/bin:$HOME/.composer/vendor/bin:$PATH" +export PATH="./bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:$ZSH/bin:$HOME/bin.local:$HOME/bin:$HOME/.composer/vendor/bin:$PATH" export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH" |