diff options
Diffstat (limited to 'config/fish')
| -rw-r--r-- | config/fish/config.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index 7d34a17..65b477f 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -95,7 +95,7 @@ set -gx GPG_TTY "$(tty)" set -gx DEBUGINFOD_URLS 'https://debuginfod.archlinux.org' set -gx HOST "$(cat /etc/hostname)" # for compatibility with Xmonad.Layout.OnHost - +set -gx LD_LIBRARY_PATH "$LD_LIBRARY_PATH:/usr/local/lib" # https://github.com/rust-lang/rust/issues/24677 if status is-interactive fish_vi_key_bindings @@ -233,6 +233,6 @@ if status is-login # setting the keyrepeat delay and interval here as the default ones # since some applications reset the those if we use xset r rate 200 30 instead startx "$XDG_CONFIG_HOME/x11/xinitrc" -- -ardelay 200 -arinterval 30 - poweroff + #poweroff end end |
