Merge remote-tracking branch 'origin/main'

This commit is contained in:
Daniel Flanagan 2023-08-24 21:46:53 -05:00
commit d869482d68
4 changed files with 17 additions and 13 deletions

View file

@ -1,6 +1,9 @@
[language-server]
lexical = { command = "lexical", args = ["start"] }
[[language]] [[language]]
name = "elixir" name = "elixir"
language-server = { command = "lexical", args = ["start"] } language-servers = ["elixir-ls", "lexical"]
auto-format = true auto-format = true
[[language]] [[language]]

View file

@ -1,15 +1,10 @@
default_border pixel 1 default_border pixel 1
gaps inner 10 gaps inner 0
output "Samsung Electric Company SyncMaster H1AK500000" position 0,0 output "Samsung Electric Company SyncMaster H1AK500000" position 0,0
output "GIGA-BYTE TECHNOLOGY CO., LTD. AORUS FO48U 23070B000307" mode 3840x2160@120Hz position 0,0 output "GIGA-BYTE TECHNOLOGY CO., LTD. AORUS FO48U 23070B000307" mode 3840x2160@120Hz position 0,0
output "Dell Inc. DELL U2720Q CWTM623" transform 90 scale 1.5 position 3840,0
output "Dell Inc. DELL U2720Q CWTM623" transform 90 scale 1.5 output "Dell Inc. DELL U2720Q D3TM623" transform 90 scale 1.5 position -1440,0
output "Dell Inc. DELL U2720Q CWTM623" position 3840,0
output "Dell Inc. DELL U2720Q D3TM623" transform 90 scale 1.5
output "Dell Inc. DELL U2720Q D3TM623" position -1440,0
exec firefox exec firefox

View file

@ -18,4 +18,10 @@ $ git push beefcake:~/.config/lytedev-dotfiles
$ ssh -t beefcake 'cd ~/.config/lytedev-dotfiles/os/linux/nix && sudo nixos-rebuild switch --flake .# && echo DONE' $ ssh -t beefcake 'cd ~/.config/lytedev-dotfiles/os/linux/nix && sudo nixos-rebuild switch --flake .# && echo DONE'
``` ```
# Ops stuff
- **TODO**: Look into https://github.com/zhaofengli/colmena
# Other To Dos
- **TODO**: check stuff during receive with a hook? - **TODO**: check stuff during receive with a hook?

View file

@ -1,7 +1,3 @@
[Added Associations]
image/jpeg=krita_jpeg.desktop
image/png=krita_png.desktop
[Default Applications] [Default Applications]
image/jpeg=krita_jpeg.desktop image/jpeg=krita_jpeg.desktop
image/png=krita_png.desktop image/png=krita_png.desktop
@ -9,3 +5,7 @@ image/png=krita_png.desktop
[MIME Cache] [MIME Cache]
image/jpeg=krita_jpeg.desktop image/jpeg=krita_jpeg.desktop
image/png=krita_png.desktop image/png=krita_png.desktop
[Added Associations]
image/jpeg=krita_jpeg.desktop
image/png=krita_png.desktop