Dotfiles config update (2021-11-16)
This commit is contained in:
parent
afdecd3a09
commit
7b4b429f42
2
.cargo/.crates.toml
Normal file
2
.cargo/.crates.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[v1]
|
||||
"i3-style 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["i3-style"]
|
1
.cargo/.crates2.json
Normal file
1
.cargo/.crates2.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"installs":{"i3-style 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)":{"version_req":null,"bins":["i3-style"],"features":[],"all_features":false,"no_default_features":false,"profile":"release","target":"x86_64-unknown-linux-gnu","rustc":"rustc 1.56.1 (59eed8a2a 2021-11-01)\nbinary: rustc\ncommit-hash: 59eed8a2aac0230a8b53e89d4e99d55912ba6b35\ncommit-date: 2021-11-01\nhost: x86_64-unknown-linux-gnu\nrelease: 1.56.1\nLLVM version: 13.0.0\n"}}}
|
0
.cargo/.package-cache
Normal file
0
.cargo/.package-cache
Normal file
1
.cargo/bin/cargo-bin-here.txt
Normal file
1
.cargo/bin/cargo-bin-here.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
11
.cargo/env
Normal file
11
.cargo/env
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# rustup shell setup
|
||||
# affix colons on either side of $PATH to simplify matching
|
||||
case ":${PATH}:" in
|
||||
*:"$HOME/.cargo/bin":*)
|
||||
;;
|
||||
*)
|
||||
# Prepending path in case a system-installed rustc needs to be overridden
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
;;
|
||||
esac
|
|
@ -250,7 +250,7 @@ bindsym $mod+r mode "resize"
|
|||
bar {
|
||||
position top
|
||||
status_command i3blocks
|
||||
tray_output DisplayPort-0
|
||||
#tray_output DisplayPort-0
|
||||
colors {
|
||||
separator #AAAAAA
|
||||
background #222133
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Setup fzf
|
||||
# ---------
|
||||
if [[ ! "$PATH" == */home/q3aql/.fzf/bin* ]]; then
|
||||
export PATH="${PATH:+${PATH}:}/home/q3aql/.fzf/bin"
|
||||
export PATH="${PATH:+${PATH}:}${HOME}/.fzf/bin"
|
||||
fi
|
||||
|
||||
# Auto-completion
|
||||
# ---------------
|
||||
[[ $- == *i* ]] && source "/home/q3aql/.fzf/shell/completion.bash" 2> /dev/null
|
||||
[[ $- == *i* ]] && source "~/.fzf/shell/completion.bash" 2> /dev/null
|
||||
|
||||
# Key bindings
|
||||
# ------------
|
||||
source "/home/q3aql/.fzf/shell/key-bindings.bash"
|
||||
source "~/.fzf/shell/key-bindings.bash"
|
||||
|
|
Loading…
Reference in New Issue
Block a user