update dotfiles
This commit is contained in:
parent
dc2be1336d
commit
e6e91c732c
4
.profile
4
.profile
|
@ -49,3 +49,7 @@ fi
|
||||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
exec sway
|
exec sway
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://wiki.archlinux.org/title/GNOME/Keyring#PAM_method
|
||||||
|
dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
d:/home/dado/Downloads
|
d:/home/dado/Downloads
|
||||||
|
g:/home/dado/git
|
||||||
h:/home/dado
|
h:/home/dado
|
||||||
m:/media/dado
|
m:/media/dado
|
||||||
|
w:/home/dado/git/mywiki
|
||||||
|
|
|
@ -20,7 +20,8 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec 'syncthing &'
|
exec 'syncthing &'
|
||||||
exec 'nextcloud'
|
#exec 'nextcloud'
|
||||||
|
exec 'gnome-keyring-daemon --start --components=secrets'
|
||||||
exec 'gammastep -l 0:0 -o -b 0.9:0.9 &'
|
exec 'gammastep -l 0:0 -o -b 0.9:0.9 &'
|
||||||
exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10'
|
# https://man.archlinux.org/man/extra/gammastep/gammastep.1.en
|
||||||
# https://man.archlinux.org/man/extra/gammastep/gammastep.1.en
|
exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10'
|
Loading…
Reference in New Issue