From 7a5562b1801c56065c8ad656314009180d987acc Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 14 Mar 2026 15:49:46 +0530 Subject: hypr/zsh: Update keybinds, screenshot logic and auto-start --- stow/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stow/zsh') diff --git a/stow/zsh/.zshrc b/stow/zsh/.zshrc index ed171e4..3a021a1 100644 --- a/stow/zsh/.zshrc +++ b/stow/zsh/.zshrc @@ -14,6 +14,10 @@ export SPACESHIP_KUBECTL_PREFIX=" " export SPACESHIP_KUBECTL_SYMBOL="⎈ " export SPACESHIP_KUBECTL_COLOR="cyan" +if [[ $(tty) == "/dev/tty1" ]]; then + start-hyprland +fi + # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load # a theme from this variable instead of looking in $ZSH/themes/ -- cgit v1.2.3