remove toolwait, this still needs work

This commit is contained in:
Alex Kelly 2023-11-28 15:59:52 -05:00
parent 1caaa8baa6
commit 4fd35090c6
2 changed files with 7 additions and 7 deletions

View file

@ -35,20 +35,20 @@ exec /usr/libexec/gsd-xsettings
# Startup logseq
workspace $ws6
exec /home/kellya/bin/toolwait /home/kellya/bin/logseq
exec /home/kellya/bin/toolwait /usr/bin/thunderbird
exec /home/kellya/bin/logseq
exec /usr/bin/thunderbird
workspace $ws5
# Start spotify from the stupid flatpak
exec "/home/kellya/bin/toolwait /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"
exec "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"
workspace $ws3
exec /home/kellya/bin/toolwait "kitty"
exec /home/kellya/bin/toolwait "/usr/bin/1password"
exec "kitty"
exec "/usr/bin/1password"
# Always need firefox, so let's just start it
workspace $ws1
exec /home/kellya/bin/toolwait firefox
exec firefox
# start the auto run .desktop files
exec dex-autostart --autostart --environment i3

View file

@ -6,7 +6,7 @@ bindsym $mod+Return exec kitty
bindsym Control+$alt+l exec /home/kellya/.config/sway/scripts/lock.sh
bindsym $mod+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"
bindsym $mod+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'
bindsym $mod+d exec /usr/local/bin/rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8' -show-icons -m "$(swaymsg -t get_outputs | jq -c '.[] | select(.focused) | select(.id)' | jq -c '.name')"
bindsym --border button2 kill