diff --git a/autostart.conf b/autostart.conf index f3e205e..13effd7 100644 --- a/autostart.conf +++ b/autostart.conf @@ -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 diff --git a/conf.d/key_bindings.conf b/conf.d/key_bindings.conf index b24787e..db9ed19 100644 --- a/conf.d/key_bindings.conf +++ b/conf.d/key_bindings.conf @@ -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