This commit is contained in:
cool-mist
2025-06-20 19:20:03 +05:30
parent fba8158296
commit 27dfd2fd2e
2 changed files with 11 additions and 4 deletions
+6 -3
View File
@@ -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
+5 -1
View File
@@ -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 ###
############################## ##############################