add ollama to sway startup
This commit is contained in:
parent
a9cc01a6d1
commit
0ff155e06e
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ set $menu dmenu_path | wmenu | xargs swaymsg exec --
|
||||||
# Define browser command
|
# Define browser command
|
||||||
set $browser librewolf
|
set $browser librewolf
|
||||||
|
|
||||||
|
|
||||||
|
# Startup applications
|
||||||
|
#
|
||||||
|
# Run ollama server for local llm stuff
|
||||||
|
exec ollama serve
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue