diff options
Diffstat (limited to 'config/home/.xprofile')
-rwxr-xr-x | config/home/.xprofile | 20 |
1 files changed, 20 insertions, 0 deletions
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" & |