migrate volume and brightness controls to swayosd
This commit is contained in:
parent
2096b1f0a7
commit
449b5aba4d
2 changed files with 27 additions and 11 deletions
|
@ -3,6 +3,7 @@ exec /home/kellya/bin/sway_screenshare.sh
|
|||
|
||||
exec_always cat /proc/acpi/button/lid/LID/state | awk '{print $2}' | grep -q 'closed' && swaymsg output eDP-1 disable
|
||||
exec copyq --start-server
|
||||
exec /usr/bin/swaync
|
||||
exec export YDOTOOL_SOCKET=/tmp/.ydotool_socket
|
||||
exec ydotoold
|
||||
|
||||
|
@ -30,13 +31,15 @@ exec "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --fil
|
|||
|
||||
workspace $ws3
|
||||
exec kitty
|
||||
exec 1password
|
||||
exec /home/kellya/.config/sway/scripts/i3-toolwait --nocheck --waitfor 1password 1password
|
||||
|
||||
workspace $ws2
|
||||
exec /opt/teams-for-linux/teams-for-linux
|
||||
exec "flatpak run com.slack.Slack"
|
||||
exec "/opt/teams-for-linux/teams-for-linux --optInTeamsV2 true"
|
||||
# Always need firefox, so let's just start it
|
||||
workspace $ws1
|
||||
exec firefox
|
||||
#exec "swaymsg workspace $ws1; /home/kellya/.config/sway/scripts/i3-toolwait --nocheck --waitfor firefox firefox"
|
||||
|
||||
# start the auto run .desktop files
|
||||
exec dex-autostart --autostart --environment sway
|
||||
|
@ -49,3 +52,4 @@ exec dex-autostart --autostart --environment sway
|
|||
workspace $ws3
|
||||
exec /home/kellya/bin/bg_rotate_sway.sh
|
||||
exec ~/.local/bin/solaar -w hide -b symbolic
|
||||
exec swayosd-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue