Compare commits

...

7 commits

Author SHA1 Message Date
3d721047d9 sway: cambiar bg 2023-01-15 20:43:40 -03:00
ad115c137c kanshi: activar doble monitor 2023-01-15 20:43:26 -03:00
27be8bcf5b helix: usar tema default 2023-01-15 20:43:18 -03:00
688da96635 helix: format svelte 2023-01-15 20:43:11 -03:00
c6d09c2d5a helix: format html 2023-01-15 20:43:02 -03:00
89ef2810af helix: arreglar formatter js 2023-01-15 20:42:53 -03:00
0dee6dcdc6 sway: caps:escape 2023-01-11 22:02:11 -03:00
4 changed files with 18 additions and 5 deletions

View file

@ -1,4 +1,4 @@
theme = "rose_pine" # theme = "rose_pine_dawn"
[editor.lsp] [editor.lsp]
display-messages = true display-messages = true

View file

@ -1,7 +1,9 @@
use-grammars = { only = ["svelte"] }
[[language]] [[language]]
name = "javascript" name = "javascript"
auto-format = true auto-format = true
formatter = { command = 'prettier', args = ["--parser=javascript"] } formatter = { command = 'prettier', args = ["--parser=typescript"] }
[[language]] [[language]]
name = "typescript" name = "typescript"
@ -12,6 +14,10 @@ formatter = { command = 'prettier', args = ["--parser=typescript"] }
name = "html" name = "html"
formatter = { command = 'prettier', args = ["--parser=html"] } formatter = { command = 'prettier', args = ["--parser=html"] }
[[language]]
name = "html"
formatter = { command = 'prettier', args = ["--parser=html"] }
[[language]] [[language]]
name = "css" name = "css"
formatter = { command = 'prettier', args = ["--parser=css"] } formatter = { command = 'prettier', args = ["--parser=css"] }
@ -24,3 +30,9 @@ formatter = { command = 'prettier', args = ["--parser=json"] }
name = "go" name = "go"
auto-format = true auto-format = true
formatter = { command = 'goimports' } formatter = { command = 'goimports' }
[[language]]
name = "svelte"
auto-format = true
formatter = { command = 'prettier', args = ["--parser=svelte", "--plugin-search-dir=/home/diablo/.local/share/pnpm/global/5/"] }

View file

@ -3,8 +3,8 @@ profile {
} }
profile { profile {
output HDMI-A-1 enable position 1366,0 scale 1 output HDMI-A-1 enable position 1366,0 scale 1
#output LVDS-1 enable position 0,312 output LVDS-1 enable position 0,312
output LVDS-1 disable #output LVDS-1 disable
} }
profile 420-sola { profile 420-sola {

View file

@ -17,7 +17,7 @@ set $menu fuzzel-run
font Inter Medium 10 font Inter Medium 10
### Output configuration ### Output configuration
output * background /usr/share/backgrounds/gnome/blobs-d.svg fill output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/contando ovejas 1.jpg" fill
### Idle configuration ### Idle configuration
# #
@ -37,6 +37,7 @@ input * {
repeat_rate 30 repeat_rate 30
natural_scroll on natural_scroll on
xkb_variant altgr-intl xkb_variant altgr-intl
xkb_options caps:escape
} }
### Key bindings ### Key bindings