dotfiles/executable_dot_xinitrc

18 lines
297 B
Plaintext
Raw Permalink Normal View History

2021-02-19 22:05:51 +00:00
#!/bin/bash
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
2021-03-20 07:40:04 +00:00
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
eval $(ssh-agent)
2021-04-15 07:29:54 +00:00
exec_if_exist() {
test -x $1 && $1
}
exec_if_exist $HOME/.screenlayout/regular.sh
2021-02-19 22:05:51 +00:00
exec i3