From f722b8681297268ceed3e1aa5a4373f51d1beae5 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 8 Oct 2025 10:09:39 +0200 Subject: [PATCH] chore: More aliases --- stow/hyprland/.config/hypr/modes.conf | 6 +++--- stow/zsh/.zshrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stow/hyprland/.config/hypr/modes.conf b/stow/hyprland/.config/hypr/modes.conf index 72e9a3d..61bbbf0 100644 --- a/stow/hyprland/.config/hypr/modes.conf +++ b/stow/hyprland/.config/hypr/modes.conf @@ -19,16 +19,16 @@ bind = , Return, submap, reset submap = reset # Launcher -$mode_launcher = Launch (f)irefox, (t)hunderbird. +$mode_launcher = Launch (f)irefox, (t)hunderbird, (l)ogseq. bind = $flag, O, submap, $mode_launcher submap = $mode_launcher bind = , F, exec, firefox bind = , F, submap, reset +bind = , L, exec, logseq +bind = , L, submap, reset bind = , T, exec, thunderbird bind = , T, submap, reset -bind = , Z, exec, zen -bind = , Z, submap, reset bind = $flag, O, submap, reset bind = , Escape, submap, reset diff --git a/stow/zsh/.zshrc b/stow/zsh/.zshrc index b21803c..155caec 100644 --- a/stow/zsh/.zshrc +++ b/stow/zsh/.zshrc @@ -51,7 +51,7 @@ fi alias cp='cp -i' alias df='df -h' alias free='free -m' -alias gs='git status' +alias gs='git status --short' alias hgrep='history | grep' alias ll='ls -la' alias mkdir='mkdir -pv'