diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-02-02 17:17:56 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-02-02 17:17:56 +0100 |
commit | e1b6d486dbde35f4377a077babfac9236c8a446f (patch) | |
tree | 0ab5bb6439322bcfa4d87c73ede67cc125c1479b /linux/sway/autostart | |
parent | 23bd6ccdd2c7e32be30cfd172c0c769755b53884 (diff) | |
download | dotfiles-e1b6d486dbde35f4377a077babfac9236c8a446f.tar.gz dotfiles-e1b6d486dbde35f4377a077babfac9236c8a446f.zip |
neovim and waybar things
Diffstat (limited to 'linux/sway/autostart')
-rw-r--r-- | linux/sway/autostart | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/linux/sway/autostart b/linux/sway/autostart index 2d5eae7..3e53a79 100644 --- a/linux/sway/autostart +++ b/linux/sway/autostart @@ -2,9 +2,11 @@ exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK # screen locking -exec swayidle timeout 1200 physlock \ - timeout 1800 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' +exec swayidle -w \ + timeout 300 'swaymsg "output * dpms off"' \ + timeout 3600 physlock \ + resume 'swaymsg "output * dpms on"' \ + before-sleep physlock # notification centre exec swaync @@ -24,3 +26,12 @@ exec wl-paste -t text --watch clipman store --no-persist # Nice color hues in the evenings exec wlsunset -l 59.9614 -L 10.925 -t 4500 -T 6500 -g 1.0 +# start nextcloud +exec_always nextcloud --background + +# gnome keyring daemon +exec_always eval $(gnome-keyring-daemon --start) +exec_always export SSH_AUTH_SOCK + +# IME +exec_always fcitx5 -d |