diff options
Diffstat (limited to 'config/home')
-rw-r--r-- | config/home/.bashrc | 2 | ||||
-rwxr-xr-x | config/home/.xprofile | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc index c8c3a52..7e58d24 100644 --- a/config/home/.bashrc +++ b/config/home/.bashrc @@ -11,3 +11,5 @@ PS1=' \w $ ' HISTFILE= . $HOME/.config/shell/aliases.sh . $HOME/.config/shell/functions.sh + +eval "$(zoxide init bash)" diff --git a/config/home/.xprofile b/config/home/.xprofile new file mode 100755 index 0000000..9d01277 --- /dev/null +++ b/config/home/.xprofile @@ -0,0 +1,20 @@ +xrandr --output "$(xrandr | grep '\bconnected\b' | awk '{print $1}')" --mode 1920x1080 --rate 144 & + +picom -b & +feh --no-fehbg --bg-scale ~/pics/wallpaper +setxkbmap colemak -option ctrl:swapcaps,altwin:menu_win + +# xautolock -locker slock & + +gammastep -m randr & +ntfy transmission & +herbimisu & +slstatus & +# upds & +eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)" +unclutter --timeout 3 --jitter 50 -b +202020 & + +signal-desktop & +discord & +st -e "sh" "-c" "pgrep tmux && tmux a || tmux" & |