Add nvim Sage syntax highligting & minor updates

- Add nvim Sage syntax highligting
- Update installer node for v16
- Update i3 config to restart status bar to avoid problems when
extending screens to hdmi
This commit is contained in:
arnaucube
2021-12-08 16:31:06 +01:00
parent 5ee21b885e
commit 045df5631c
3 changed files with 10 additions and 2 deletions

View File

@@ -29,3 +29,6 @@ if len(sys.argv)>2:
# xrandr --output HDMI-2 --mode 3840x2160
subprocess.run(["xrandr", "--output", d[1], "--mode", "3840x2160"])
# restart i3 status bar to avoid being frozen
subprocess.run(["i3-msg", "restart"])