Sync
This commit is contained in:
+6
-3
@@ -112,15 +112,14 @@ unset use_color sh
|
|||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
alias n='zk edit -i'
|
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
eval "$(zoxide init bash)"
|
eval "$(zoxide init bash)"
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
# set -x GEM_HOME (ruby -e 'puts Gem.user_dir')
|
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
|
||||||
# fish_add_path $GEM_HOME/bin
|
export PATH=$PATH:$GEM_HOME/bin
|
||||||
|
|
||||||
export CARGO_HOME=$HOME/.cargo
|
export CARGO_HOME=$HOME/.cargo
|
||||||
export PATH=$PATH:$CARGO_HOME/bin
|
export PATH=$PATH:$CARGO_HOME/bin
|
||||||
@@ -131,3 +130,7 @@ export PATH=$PATH:$XDG_CONFIG_HOME
|
|||||||
export CHIPS_LAB_HOME=$HOME/projects/homelab/services
|
export CHIPS_LAB_HOME=$HOME/projects/homelab/services
|
||||||
|
|
||||||
# joke -c programming | cowsay -f tux
|
# joke -c programming | cowsay -f tux
|
||||||
|
|
||||||
|
export NVM_DIR="$HOME/.config/nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
|||||||
@@ -166,8 +166,8 @@ workspace = 2, monitor:DP-1, default:true, persistent:true
|
|||||||
workspace = 3, monitor:DP-1, default:true, persistent:true
|
workspace = 3, monitor:DP-1, default:true, persistent:true
|
||||||
workspace = 4, monitor:DP-1, default:true, persistent:true
|
workspace = 4, monitor:DP-1, default:true, persistent:true
|
||||||
workspace = 5, monitor:DP-1, default:true, persistent:true
|
workspace = 5, monitor:DP-1, default:true, persistent:true
|
||||||
workspace = 8, monitor:HDMI-A-1, default:true, persistent:true
|
|
||||||
workspace = 9, monitor:HDMI-A-1, default:true, persistent:true
|
workspace = 9, monitor:HDMI-A-1, default:true, persistent:true
|
||||||
|
workspace = 8, monitor:HDMI-A-1, default:true, persistent:true
|
||||||
workspace = 10, monitor:HDMI-A-1, default:true, persistent:true
|
workspace = 10, monitor:HDMI-A-1, default:true, persistent:true
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
@@ -293,6 +293,10 @@ bindel = $mainMod SHIFT, left, resizeactive, -20 0
|
|||||||
bindel = $mainMod SHIFT, up, resizeactive, 0, -20
|
bindel = $mainMod SHIFT, up, resizeactive, 0, -20
|
||||||
bindel = $mainMod SHIFT, down, resizeactive, 0, 20
|
bindel = $mainMod SHIFT, down, resizeactive, 0, 20
|
||||||
|
|
||||||
|
# On/Off monitors
|
||||||
|
bind = $mainMod CTRL, K, exec, sleep 1 && hyprctl dispatch dpms toggle DP-1
|
||||||
|
bind = $mainMod CTRL, L, exec, sleep 1 && hyprctl dispatch dpms toggle HDMI-A-1
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
##############################
|
##############################
|
||||||
|
|||||||
Reference in New Issue
Block a user