chore: various things
This commit is contained in:
parent
da7fd3e8e5
commit
757811c293
3 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,7 @@ fish_add_path /home/afonso/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/b
|
||||||
fish_add_path $HOME/.local/bin
|
fish_add_path $HOME/.local/bin
|
||||||
fish_add_path $HOME/.cargo/bin
|
fish_add_path $HOME/.cargo/bin
|
||||||
fish_add_path $HOME/.ghcup/bin
|
fish_add_path $HOME/.ghcup/bin
|
||||||
fish_add_path /var/lib/flatpak/exports/bin
|
fish_add_path /usr/bin/vendor_perl
|
||||||
|
|
||||||
source ~/.config/fish/myfunctions/code.fish
|
source ~/.config/fish/myfunctions/code.fish
|
||||||
source ~/.config/fish/myfunctions/dotfiles.fish
|
source ~/.config/fish/myfunctions/dotfiles.fish
|
||||||
|
@ -34,4 +34,7 @@ end
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
conda deactivate
|
conda deactivate
|
||||||
|
|
||||||
|
direnv hook fish | source
|
||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4e48b09a76829edc7b55fbb15467cf0411f07931
|
Subproject commit 89ad057ebd47a3052d55591c2dcab31be3825a49
|
2
.xinitrc
2
.xinitrc
|
@ -35,7 +35,7 @@ setxkbmap -layout us,pt
|
||||||
setxkbmap -option grp:win_space_toggle
|
setxkbmap -option grp:win_space_toggle
|
||||||
setxkbmap -option caps:escape
|
setxkbmap -option caps:escape
|
||||||
xset r rate 300 50
|
xset r rate 300 50
|
||||||
xrandr --output DP-0 --primary --left-of HDMI-0
|
xrandr --output DP-0 --primary --mode 2560x1440 --left-of HDMI-0 --output HDMI-0 --mode 1920x1080
|
||||||
dunst &
|
dunst &
|
||||||
|
|
||||||
if ! pgrep -f /usr/bin/easyeffects; then
|
if ! pgrep -f /usr/bin/easyeffects; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue