AutoYADM commit: 2025-02-18 17:00:06

This commit is contained in:
Daniel Fichtinger 2025-02-18 17:00:06 -05:00
parent ea4b7ebc9f
commit 77432d54cc
2 changed files with 5 additions and 4 deletions

View file

@ -156,6 +156,7 @@ default_floating_border pixel 1
# Exit sway (logs you out of your Wayland session) # Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+l exec $lockcmd bindsym $mod+Shift+l exec $lockcmd
bindsym $mod+Tab exec ~/scripts/windows.py
# #
# Moving around: # Moving around:
# #

8
.zshrc
View file

@ -2,11 +2,11 @@
bindkey -r '\ex' bindkey -r '\ex'
ZSH="$HOME/.oh-my-zsh" ZSH="$HOME/.oh-my-zsh"
export DISABLE_LS_COLORS=true export DISABLE_LS_COLORS=true
export PAGER=ov # export PAGER=ov
export MANPAGER="ov --section-delimiter '^[^\s]' --section-header" # export MANPAGER="ov --section-delimiter '^[^\s]' --section-header"
export EGET_BIN="/home/fic/.eget/bin" 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 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 colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
source ~/.profile source ~/.profile
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
ASHEN="$HOME/dev/ashen/ashen.nvim" ASHEN="$HOME/dev/ashen/ashen.nvim"