AGS: Full AGS config directory init Autostart: Created myAutostartCommands var to programmatically define all commands to be started when Hyprland initiates this includes firefox, thunderbird, and a terminal to be set in the special Hyprland workspace
15 lines
318 B
Markdown
15 lines
318 B
Markdown
|
|
# Starter Config
|
|
|
|
if suggestions don't work, first make sure
|
|
you have TypeScript LSP working in your editor
|
|
|
|
if you do not want typechecking only suggestions
|
|
|
|
```json
|
|
// tsconfig.json
|
|
"checkJs": false
|
|
```
|
|
|
|
types are symlinked to:
|
|
/nix/store/1yw1cklb7s6snf7x2ahrbgkbs1vgrfyk-ags-1.8.2/share/com.github.Aylur.ags/types
|