Skip to content

Commit

Permalink
stop autostarting things from the main config
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyrg committed Jan 1, 2024
1 parent 5337302 commit 45b24d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' \
Expand Down Expand Up @@ -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


<a id="orgb2192f6"></a>
<a id="orge2cfe6e"></a>

### ~/bin/sway/sway-screen

Expand Down Expand Up @@ -1978,7 +1978,7 @@ See <https://www.reddit.com/r/swaywm/comments/10ys0oy/comment/j80lu88/?context=3

### ~/bin/sway/sway-screen-menu

Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#orgb2192f6).
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#orge2cfe6e).

:ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9

Expand Down Expand Up @@ -3284,7 +3284,7 @@ strip debug info and store elsewhere

pulse/pipeline volume control.
Pass in a volume string to change the volume (man pactl) or on/off/toggle. It wont allow larger than 100% volume. Always returns the current volume volume/status.
See [examples](#org4d31f02).
See [examples](#org9deaf66).

#!/usr/bin/env bash
# Maintained in linux-config.org
Expand Down Expand Up @@ -3318,7 +3318,7 @@ See [examples](#org4d31f02).
echo "$(getVolume)"


<a id="org4d31f02"></a>
<a id="org9deaf66"></a>

### Examples:

Expand Down Expand Up @@ -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;"

2 changes: 1 addition & 1 deletion directories/bin/sway/sway-idle
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down
4 changes: 1 addition & 3 deletions dot-config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down Expand Up @@ -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;"
6 changes: 2 additions & 4 deletions linux-config.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' \
Expand Down Expand Up @@ -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

0 comments on commit 45b24d3

Please sign in to comment.