This commit is contained in:
Nicole 2026-04-20 20:13:27 +02:00
parent 96a0a39e90
commit 988e4f9dd3
2 changed files with 9 additions and 3 deletions

View file

@ -7,8 +7,13 @@ esac
eval "$(starship init bash)"
# dotfiles management
alias config='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
alias nixconfig='/run/current-system/sw/bin/git --git-dir=$HOME/nixdotfiles/ --work-tree=/'
#alias config='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
#alias nixconfig='/run/current-system/sw/bin/git --git-dir=$HOME/nixdotfiles/ --work-tree=/'
alias nixconfig="GIT_SSH_COMMAND='ssh -i ~/.ssh/id_ed25519' /run/current-system/sw/bin/git --git-dir=$HOME/nixdotfiles/ --work-tree=/"
alias config="GIT_SSH_COMMAND='ssh -i ~/.ssh/id_ed25519' /run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'

View file

@ -426,7 +426,8 @@ binds {
Mod+Comma hotkey-overlay-title="Settings" {
spawn "dms" "ipc" "call" "settings" "toggle";
}
Mod+N hotkey-overlay-title="Notification Center" { spawn "dms" "ipc" "call" "notifications" "toggle"; }
//Mod+N hotkey-overlay-title="Notification Center" { spawn "dms" "ipc" "call" "notifications" "toggle"; }
Mod+N {spawn "dms" "ipc" "call" "notepad" "toggle"; }
Mod+Shift+N hotkey-overlay-title="Notepad" { spawn "dms" "ipc" "call" "notepad" "toggle"; }
// === Security ===