From 45b24d36d54c47fc7a1427ee6b13b002511aa7fa Mon Sep 17 00:00:00 2001 From: rileyrg Date: Mon, 1 Jan 2024 17:20:01 +0100 Subject: [PATCH] stop autostarting things from the main config --- README.md | 14 ++++++-------- directories/bin/sway/sway-idle | 2 +- dot-config/sway/config | 4 +--- linux-config.org | 6 ++---- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 80fff249..d3b7df9a 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,7 @@ Override in .profile.local exec sleep 2 && gpg-cache exec blueman-applet exec nm-applet --indicator - exec systemctl --user restart wireplumber + # exec systemctl --user restart wireplumber ### library include @@ -1890,7 +1890,7 @@ Just a gathering place of locky/suspendy type things… resume 'sway-lock-utils unblank' \ timeout ${SWAYIDLEHOOK_LOCK:-14400} 'sway-lock-utils lock' \ resume 'sway-lock-utils unblank' \ - timeout ${SWAYIDLEHOOK_SUSPEND:-86400} 'sway-lock-utils suspend' \ + timeout ${SWAYIDLEHOOK_SUSPEND:-0} 'sway-lock-utils suspend' \ resume 'sway-lock-utils unblank' \ lock 'sway-lock-utils lock' \ unlock 'sway-lock-utils unblank' \ @@ -1932,7 +1932,7 @@ but in both cases we check if it exists in the sway tree, and, if not, set it it notify-send -t 3000 "${@}" || true - + ### ~/bin/sway/sway-screen @@ -1978,7 +1978,7 @@ See + ### Examples: @@ -3794,7 +3794,5 @@ See [XMGNeo 15 keyboard backlight controller](https://github.com/pobrn/ite8291r3 ## late addition to .config/sway/config - exec sway-www - exec sway-editor exec "sleep 0.5 && swaymsg workspace $ws1;" diff --git a/directories/bin/sway/sway-idle b/directories/bin/sway/sway-idle index 959a9d05..00f0dc43 100755 --- a/directories/bin/sway/sway-idle +++ b/directories/bin/sway/sway-idle @@ -10,7 +10,7 @@ exec swayidle -w \ resume 'sway-lock-utils unblank' \ timeout ${SWAYIDLEHOOK_LOCK:-14400} 'sway-lock-utils lock' \ resume 'sway-lock-utils unblank' \ - timeout ${SWAYIDLEHOOK_SUSPEND:-86400} 'sway-lock-utils suspend' \ + timeout ${SWAYIDLEHOOK_SUSPEND:-0} 'sway-lock-utils suspend' \ resume 'sway-lock-utils unblank' \ lock 'sway-lock-utils lock' \ unlock 'sway-lock-utils unblank' \ diff --git a/dot-config/sway/config b/dot-config/sway/config index c6ae0c22..a16d53e8 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -40,7 +40,7 @@ exec '[ -f "${HOME}/.sway.login" ] && . "${HOME}/.sway.login" && (sleep 1 && sw exec sleep 2 && gpg-cache exec blueman-applet exec nm-applet --indicator -exec systemctl --user restart wireplumber +# exec systemctl --user restart wireplumber include /etc/sway/config.d/* @@ -301,6 +301,4 @@ for_window [class="STM32CubeIDE"] floating enable assign [class="STM32CubeIDE"] $ws3 assign [title="STM32CubeIDE"] $ws3 -exec sway-www -exec sway-editor exec "sleep 0.5 && swaymsg workspace $ws1;" diff --git a/linux-config.org b/linux-config.org index 9ed9d5a8..ac0de853 100644 --- a/linux-config.org +++ b/linux-config.org @@ -1435,7 +1435,7 @@ Override in .profile.local exec sleep 2 && gpg-cache exec blueman-applet exec nm-applet --indicator - exec systemctl --user restart wireplumber + # exec systemctl --user restart wireplumber #+end_src *** library include @@ -2763,7 +2763,7 @@ Just a gathering place of locky/suspendy type things... resume 'sway-lock-utils unblank' \ timeout ${SWAYIDLEHOOK_LOCK:-14400} 'sway-lock-utils lock' \ resume 'sway-lock-utils unblank' \ - timeout ${SWAYIDLEHOOK_SUSPEND:-86400} 'sway-lock-utils suspend' \ + timeout ${SWAYIDLEHOOK_SUSPEND:-0} 'sway-lock-utils suspend' \ resume 'sway-lock-utils unblank' \ lock 'sway-lock-utils lock' \ unlock 'sway-lock-utils unblank' \ @@ -4603,7 +4603,5 @@ https://github.com/Jwink3101/syncrclone #+end_src ** late addition to .config/sway/config #+begin_src conf :tangle ~/.config/sway/config - exec sway-www - exec sway-editor exec "sleep 0.5 && swaymsg workspace $ws1;" #+end_src