diff options
| -rw-r--r-- | home/ghostty.nix | 1 | ||||
| -rw-r--r-- | home/xdg-user-dirs.nix | 6 | ||||
| -rw-r--r-- | home/zsh.nix | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/home/ghostty.nix b/home/ghostty.nix index fea0c7b..596933c 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -42,6 +42,7 @@ "alt+shift+r=reload_config" "ctrl+a=toggle_quick_terminal" "ctrl+shift+s=new_tab" + "ctrl+5=split_right" ]; }; }; diff --git a/home/xdg-user-dirs.nix b/home/xdg-user-dirs.nix index efe9f22..71fdb42 100644 --- a/home/xdg-user-dirs.nix +++ b/home/xdg-user-dirs.nix @@ -15,9 +15,9 @@ in desktop = homeDirectory; download = "${homeDirectory}/dl"; documents = "${homeDirectory}/dox"; - music = "${homeDirectory}/musics"; - pictures = "${homeDirectory}/pix"; - videos = "${homeDirectory}/vids"; + music = "${homeDirectory}/media/musics"; + pictures = "${homeDirectory}/media/pix"; + videos = "${homeDirectory}/media/vids"; projects = "${homeDirectory}/dox/code"; }; diff --git a/home/zsh.nix b/home/zsh.nix index eee7583..788395b 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -79,6 +79,7 @@ lf = "yazi"; dfm = "demonfm"; lg = "lazygit"; + down = "aria2c -x 16 -s 16"; ls = "eza"; ll = "eza -lgh"; |
