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"