remove workspaces, doesn't work for sway
This commit is contained in:
parent
a9c60fc98b
commit
c17fbfb009
1 changed files with 9 additions and 6 deletions
|
@ -4,6 +4,9 @@ exec /home/kellya/bin/sway_screenshare.sh
|
||||||
# greenclip for clipboard management
|
# greenclip for clipboard management
|
||||||
exec greenclip daemon
|
exec greenclip daemon
|
||||||
exec_always cat /proc/acpi/button/lid/LID/state | awk '{print $2}' | grep -q 'closed' && swaymsg output eDP-1 disable
|
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 export YDOTOOL_SOCKET=/tmp/.ydotool_socket
|
||||||
|
exec ydotoold
|
||||||
|
|
||||||
#password keyring unlock
|
#password keyring unlock
|
||||||
#exec --no-startup-id /home/kellya/projects/public/gnome-keyring-yubikey-unlock/unlock_keyrings.sh /home/kellya/gnome-secret
|
#exec --no-startup-id /home/kellya/projects/public/gnome-keyring-yubikey-unlock/unlock_keyrings.sh /home/kellya/gnome-secret
|
||||||
|
@ -32,20 +35,20 @@ exec /usr/libexec/gsd-xsettings
|
||||||
|
|
||||||
# Startup logseq
|
# Startup logseq
|
||||||
workspace $ws6
|
workspace $ws6
|
||||||
exec /home/kellya/bin/logseq
|
exec /home/kellya/bin/toolwait /home/kellya/bin/logseq
|
||||||
exec /usr/bin/thunderbird
|
exec /home/kellya/bin/toolwait /usr/bin/thunderbird
|
||||||
|
|
||||||
workspace $ws5
|
workspace $ws5
|
||||||
# Start spotify from the stupid flatpak
|
# Start spotify from the stupid flatpak
|
||||||
exec --no-startup-id "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"
|
exec "/home/kellya/bin/toolwait /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"
|
||||||
|
|
||||||
workspace $ws3
|
workspace $ws3
|
||||||
exec --no-startup-id "kitty"
|
exec /home/kellya/bin/toolwait "kitty"
|
||||||
exec --no-startup-id "/usr/bin/1password"
|
exec /home/kellya/bin/toolwait "/usr/bin/1password"
|
||||||
|
|
||||||
# Always need firefox, so let's just start it
|
# Always need firefox, so let's just start it
|
||||||
workspace $ws1
|
workspace $ws1
|
||||||
exec firefox
|
exec /home/kellya/bin/toolwait firefox
|
||||||
|
|
||||||
# start the auto run .desktop files
|
# start the auto run .desktop files
|
||||||
exec dex-autostart --autostart --environment i3
|
exec dex-autostart --autostart --environment i3
|
||||||
|
|
Loading…
Reference in a new issue