From 77432d54cc89f377ff489df4e81ee07953ef58fb Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 18 Feb 2025 17:00:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-18 17:00:06 --- .config/sway/config##hostname.dbox | 1 + .zshrc | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/sway/config##hostname.dbox b/.config/sway/config##hostname.dbox index 87ee99c2..e862536e 100644 --- a/.config/sway/config##hostname.dbox +++ b/.config/sway/config##hostname.dbox @@ -156,6 +156,7 @@ default_floating_border pixel 1 # Exit sway (logs you out of your Wayland session) bindsym $mod+Shift+l exec $lockcmd + bindsym $mod+Tab exec ~/scripts/windows.py # # Moving around: # diff --git a/.zshrc b/.zshrc index 2d873bf1..328b0787 100644 --- a/.zshrc +++ b/.zshrc @@ -2,11 +2,11 @@ bindkey -r '\ex' ZSH="$HOME/.oh-my-zsh" export DISABLE_LS_COLORS=true -export PAGER=ov -export MANPAGER="ov --section-delimiter '^[^\s]' --section-header" +# export PAGER=ov +# export MANPAGER="ov --section-delimiter '^[^\s]' --section-header" export EGET_BIN="/home/fic/.eget/bin" -plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases copybuffer copyfile copypath fancy-ctrl-z systemd ) -# plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd ) +# plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases copybuffer copyfile copypath fancy-ctrl-z systemd ) +plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd ) source ~/.profile source $ZSH/oh-my-zsh.sh ASHEN="$HOME/dev/ashen/ashen.nvim"