Compare commits
No commits in common. "3d721047d93892545c6125216966108151ea35e9" and "280a3c5f15ab84de516335cf069de1060b74b01d" have entirely different histories.
3d721047d9
...
280a3c5f15
4 changed files with 5 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
||||||
# theme = "rose_pine_dawn"
|
theme = "rose_pine"
|
||||||
|
|
||||||
[editor.lsp]
|
[editor.lsp]
|
||||||
display-messages = true
|
display-messages = true
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
use-grammars = { only = ["svelte"] }
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "javascript"
|
name = "javascript"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = 'prettier', args = ["--parser=typescript"] }
|
formatter = { command = 'prettier', args = ["--parser=javascript"] }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "typescript"
|
name = "typescript"
|
||||||
|
@ -14,10 +12,6 @@ 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"] }
|
||||||
|
@ -30,9 +24,3 @@ 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/"] }
|
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -17,7 +17,7 @@ set $menu fuzzel-run
|
||||||
font Inter Medium 10
|
font Inter Medium 10
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/contando ovejas 1.jpg" fill
|
output * background /usr/share/backgrounds/gnome/blobs-d.svg fill
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
|
@ -37,7 +37,6 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue